SyncTableCollection::IndexOf Method (String)
Searches for a SyncTable object when given a table name, and returns the zero-based index of the first occurrence within the entire collection.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- tableName
- Type: System::String
The name of the SyncTable object to find in the collection.
Return Value
Type: System::Int32The index position of tableName if that string is found; otherwise -1.
Show: