PolicyLevel::Label Property

 

Gets a descriptive label for the policy level.

Namespace:   System.Security.Policy
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ Label {
	String^ get();
}

Property Value

Type: System::String^

The label associated with the policy level.

The label is used to help the administrator identify the policy level.

.NET Framework
Available since 1.1
Return to top
Show: