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!

ConfigQuery.ToString

Returns a string representation of the ConfigQuery, which can be passed as a string parameter to any ConfigManager method that expects a selector in string form.

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

See Also

ConfigQuery Class | ConfigQuery Members | System.Configuration Namespace