Click or drag to resize

NamedProperty Constructor

Initializes a new instance of the NamedProperty class.

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

Parameters

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