NamedPermissionSet::Description Property

 

Gets or sets the text description of the current named permission set.

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

public:
property String^ Description {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A text description of the named permission set.

The description helps the administrator understand in words what permissions the set contains and its intended use.

The following code example shows the use of the Description property to display the description of the current NamedPermissionSet. This code example is part of a larger example provided for the NamedPermissionSet class.

.NET Framework
Available since 1.1
Return to top
Show: