SyncSchemaTables::Item Property (Int32)

Gets a SyncSchemaTable object from the collection at the specified index.

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

public:
property SyncSchemaTable^ default[int index] {
	SyncSchemaTable^ get (int index);
}

Parameters

index
Type: System::Int32
The zero-based index of the SyncSchemaTable object to return from the SyncSchemaTables collection.

Property Value

Type: Microsoft.Synchronization.Data::SyncSchemaTable
The SyncSchemaTable object at the specified index.
Show: