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