SyncTableCollection::Item Property (String)

Gets a SyncTable object with the specified name from the collection.

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

public:
property SyncTable^ default[String^ tableName] {
	SyncTable^ get (String^ tableName);
}

Parameters

tableName
Type: System::String
The table for which to get the SyncTable.

Property Value

Type: Microsoft.Synchronization.Data::SyncTable
A SyncTable object for the specified table.

ExceptionCondition
ArgumentNullException

item is a nullptr.

ArgumentException

item is not in this SyncTableCollection object.

Show: