SyncTableCollection::Contains Method (String)

Determines whether a SyncTable object with the specified name is in the collection.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
bool Contains(
	String^ tableName
)

Parameters

tableName
Type: System::String
The name of the SyncTable object to find in the collection.

Return Value

Type: System::Boolean
Returns true if an object of the name tableName exists; otherwise false.
Show: