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!

IMembershipCondition.ToString

String representation of the state of the membership condition object.

[Visual Basic]
Function ToString() As String
[C#]
string ToString();
[C++]
String* ToString() = 0;
[JScript]
function ToString() : String;

Return Value

String representation of the state of the membership condition object.

Remarks

This method is useful during debugging to get an easy-to-read representation of the object.

See Also

IMembershipCondition Interface | IMembershipCondition Members | System.Security.Policy Namespace