SyncSchemaColumns::Item Property (Int32)
Gets a SyncSchemaColumn object from the collection at the specified index.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property SyncSchemaColumn^ default[int index] { SyncSchemaColumn^ get (int index); }
Parameters
- index
- Type: System::Int32
The zero-based index of the SyncSchemaColumn object to return from the SyncSchemaColumn collection.
Property Value
Type: Microsoft.Synchronization.Data::SyncSchemaColumnThe column at the specified index.
Show: