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!

URLMembershipCondition.ToString

Creates a string representation of the URL membership condition

[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 URL value and algorithm of the membership condition

Remarks

Useful for display of the membership condition and for debugging

See Also

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