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!

IConfigCollection.Selector

Returns the Selector which was used to retrieve this configuration collection.

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

Remarks

If the configuration collection was not read through the ConfigManager the Selector property may return null.

See Also

IConfigCollection Interface | IConfigCollection Members | System.Configuration Namespace