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

Returns the IConfigCollection to which this configuration item belongs.

[Visual Basic]
Property Collection As IConfigCollection
[C#]
IConfigCollection Collection {get; set;}
[C++]
IConfigCollection* get_Collection() = 0;void set_Collection(IConfigCollection*) = 0;
[JScript]
abstract function get Collection() : IConfigCollection;
public abstract function set Collection(IConfigCollection);

Remarks

If the configuration item does not belong to a collection, this property is null.

See Also

IConfigItem Interface | IConfigItem Members | System.Configuration Namespace