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
'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] {
SyncSchemaColumn^ get (int index);
}
/** @property */
public SyncSchemaColumn get_Item (int index)
Parameters
- index
The zero-based index of the SyncSchemaColumn object to return from the SyncSchemaColumn collection.
Property Value
The column at the specified index.
See Also
Reference
SyncSchemaColumns Class
SyncSchemaColumns Members
Microsoft.Synchronization.Data Namespace