Click or drag to resize

MemoryPropertyStoreNamedCount Property

Gets the count of named properties in the store using the underlying INamedPropertyStore implementation.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public int NamedCount { get; }

Property Value

Type: Int32
The count.
See Also