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);
If the configuration collection was not read through the ConfigManager the Selector property may return null.
IConfigCollection Interface | IConfigCollection Members | System.Configuration Namespace