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!

TableSettingsCollection.IndexOf (TableSetting)

Gets the index of a TableSetting associated with the specified TableSetting.

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

Parameters

tableSetting
The TableSetting whose index you want.

Return Value

The index of the specified TableSetting.

See Also

TableSettingsCollection Class | TableSettingsCollection Members | System.Data Namespace | TableSettingsCollection.IndexOf Overload List