Click or drag to resize

ComServerInstanceInitPropertyBagValues Property

Gets the list of custom values.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IReadOnlyDictionary<string, Object> InstanceInitPropertyBagValues { get; }

Property Value

Type: IReadOnlyDictionaryString, Object
The list of custom values.
See Also