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

[To be supplied.]

[C#] In C#, this member is the indexer for the IConfigCollection class.

Overload List

[To be supplied.]

[Visual Basic] Overloads Default Property Item(Integer) As IConfigItem
[C#] IConfigItem this[int] {get; set;}
[C++] IConfigItem* get_Item(int) = 0;
void set_Item(int, IConfigItem*) = 0;
[JScript] IConfigCollection.Item (int)

Returns the configuration item whose primary key property matched the specified value.

[Visual Basic] Overloads Default ReadOnly Property Item(String) As IConfigItem
[C#] IConfigItem this[String] {get;}
[C++] IConfigItem* get_Item(String*) = 0;
[JScript] IConfigCollection.Item (String)

See Also

IConfigCollection Interface | IConfigCollection Members | System.Configuration Namespace