SecurityRoleAttribute::Description Property

 

Gets or sets the role description.

Namespace:   System.EnterpriseServices
Assembly:  System.EnterpriseServices (in System.EnterpriseServices.dll)

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

Property Value

Type: System::String^

The description for the role.

.NET Framework
Available since 1.1
Return to top
Show: