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!

Selector.ToString

Returns a string representation of the selector. The string representation is a URL the form <prefix>://<argument>.

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

See Also

Selector Class | Selector Members | System.Configuration Namespace