Click or drag to resize

NamedProperty Constructor

Initializes a new instance of the NamedProperty class.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public NamedProperty(
	string name
)

Parameters

name
Type: SystemString
The name.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
See Also