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!

NamedPermissionSet.ToXml

Creates an XML element description of the named permission set.

[Visual Basic]
Overrides Public Function ToXml() As SecurityElement
[C#]
public override SecurityElement ToXml();
[C++]
public: override SecurityElement* ToXml();
[JScript]
public override function ToXml() : SecurityElement;

Return Value

Element representing the state of the named permission set.

Remarks

Use FromXML() method to recreate the state represented by the returned element.

See Also

NamedPermissionSet Class | NamedPermissionSet Members | System.Security Namespace