SyncSchemaTables::Item Property (String)

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

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

public:
property SyncSchemaTable^ default[String^ name] {
	SyncSchemaTable^ get (String^ name);
}

Parameters

name
Type: System::String
The name of the SyncSchemaTable object to return from the SyncSchemaTables collection.

Property Value

Type: Microsoft.Synchronization.Data::SyncSchemaTable
A SyncSchemaTable object with the specified name; otherwise a null reference if the object does not exist.

ExceptionCondition
ArgumentNullException

name is a nullptr.

Show: