SyncSchemaTables.Item Property (Int32)

Gets a SyncSchemaTable 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 SyncSchemaTable
    Get
'Usage
Dim instance As SyncSchemaTables
Dim index As Integer
Dim value As SyncSchemaTable

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

Parameters

Property Value

Type: Microsoft.Synchronization.Data.SyncSchemaTable
The SyncSchemaTable object at the specified index.

See Also

Reference

SyncSchemaTables Class

Item Overload

Microsoft.Synchronization.Data Namespace