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!

SiteMembershipCondition.ToString

String representation of the state of the Site membership condition object.

[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 representation of the state of the Site membership condition object.

Remarks

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

See Also

SiteMembershipCondition Class | SiteMembershipCondition Members | System.Security.Policy Namespace