ItemNamedPropertiesAsDictionary Property |
Gets the item's named properties as a dictionary.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IDictionary<string, Object> NamedPropertiesAsDictionary { get; }
Property Value
Type:
IDictionaryString,
Object
The properties.
See Also