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 (String)

The index of a TableSetting associated with the named DataTable (not case-sensitive).

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

Parameters

tableSettingName
The TableName of the DataTable associated with the TableSetting whose index you want.

Return Value

The index of the found TableSetting; otherwise,-1 if the TableSetting cannot be found.

See Also

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