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.Selector

Indicates the selector to use for this query (if applicable).

[Visual Basic]
Public Property Selector As Selector
[C#]
public Selector Selector {get; set;}
[C++]
public: __property Selector* get_Selector();
public: __property void set_Selector(Selector*);
[JScript]
public function get Selector() : Selector;
public function set Selector(Selector);

See Also

ConfigQuery Class | ConfigQuery Members | System.Configuration Namespace