SyncSchemaColumns::Item Property (Int32)

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

Namespace:  Microsoft.Synchronization.Data
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::SyncSchemaColumn
The column at the specified index.
Show: