SyncTableCollection::Contains Method (String)
Determines whether a SyncTable object with the specified name is in the 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::BooleanReturns true if an object of the name tableName exists; otherwise false.
Show: