Click or drag to resize

PropertyKeyIsNull Property

Gets a value indicating whether this instance is the NULL property key (guid empty and identitifier set to 0).

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool IsNull { get; }

Property Value

Type: Boolean
true if this instance is the NULL property key; otherwise, false.
See Also