ComServer.InstanceInitPropertyBagValues Property |
Gets the list of custom values.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntaxpublic IReadOnlyDictionary<string, Object> InstanceInitPropertyBagValues { get; }
Property Value
Type:
IReadOnlyDictionary<String,
Object>
The list of custom values.
See Also