Click or drag to resize

ItemNamedProperties Property

Gets the item's named properties.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IReadOnlyList<NamedProperty> NamedProperties { get; }

Property Value

Type: IReadOnlyListNamedProperty
The properties.
See Also