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

Returns the index of a configuration item in the configuration collection.

[Visual Basic]
Function IndexOf( _
   ByVal Item As IConfigItem _
) As Integer
[C#]
int IndexOf(
   IConfigItem Item
);
[C++]
int IndexOf(
   IConfigItem* Item
) = 0;
[JScript]
function IndexOf(
   Item : IConfigItem
) : int;

Parameters

Item
[To be supplied.]

See Also

IConfigCollection Interface | IConfigCollection Members | System.Configuration Namespace