SyncSchemaTables::Item Property (Int32)
Gets a SyncSchemaTable object from the collection at the specified index.
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::SyncSchemaTableThe SyncSchemaTable object at the specified index.
Show: