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!

IConfigItem.Selector

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

[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 item was not read through the ConfigManager the Selector property may return null.

See Also

IConfigItem Interface | IConfigItem Members | System.Configuration Namespace