PermissionSetAttribute::XML Property

 

Gets or sets the XML representation of a permission set.

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

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

Property Value

Type: System::String^

The XML representation of a permission set.

.NET Framework
Available since 1.1
Return to top
Show: