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!

BaseConfigCollection.IndexOf (IConfigItem)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function IndexOf( _
   ByVal Item As IConfigItem _
) As Integer
[C#]
public virtual int IndexOf(
   IConfigItem Item
);
[C++]
public: virtual int IndexOf(
   IConfigItem* Item
);
[JScript]
public function IndexOf(
   Item : IConfigItem
) : int;

Parameters

Item
[To be supplied.]

See Also

BaseConfigCollection Class | BaseConfigCollection Members | System.Configuration Namespace | BaseConfigCollection.IndexOf Overload List