NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PermissionSetAttribute.XML

Specificies a custom permission set that should be declared.

[Visual Basic]
Public Property XML As String
[C#]
public string XML {get; set;}
[C++]
public: __property String* get_XML();
public: __property void set_XML(String*);
[JScript]
public function get XML() : String;
public function set XML(String);

Property Value

The XML representation of the permission set being declared.

See Also

PermissionSetAttribute Class | PermissionSetAttribute Members | System.Security.Permissions Namespace