DbSyncTableDescriptionCollection::Item Property (String)

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

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

public:
property DbSyncTableDescription^ default[String^ globalTableName] {
	DbSyncTableDescription^ get (String^ globalTableName);
}

Parameters

globalTableName
Type: System::String
The name of the table to add to the collection.

ExceptionCondition
ArgumentException

globalTableName is empty.

ArgumentNullException

globalTableName is a nullptr.

Show: