Share via


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)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SyncSchemaColumn
    Get
'Usage
Dim instance As SyncSchemaColumns
Dim index As Integer
Dim value As SyncSchemaColumn

value = instance(index)
public SyncSchemaColumn this[
    int index
] { get; }
public:
property SyncSchemaColumn^ default[int index] {
    SyncSchemaColumn^ get (int index);
}
member Item : SyncSchemaColumn
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: Microsoft.Synchronization.Data.SyncSchemaColumn
The column at the specified index.

See Also

Reference

SyncSchemaColumns Class

Item Overload

Microsoft.Synchronization.Data Namespace