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!

PermissionSet.ToString

System.Security.String representation of the permission set.

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

Return Value

String representing the permission set.

Remarks

The string representation is useful in debugging to see the state of a permission set.

See Also

PermissionSet Class | PermissionSet Members | System.Security Namespace