SyncSchemaForeignKeys::Item Property (Int32)

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

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property SyncSchemaForeignKey^ default[int index] {
	SyncSchemaForeignKey^ get (int index);
}

Parameters

index
Type: System::Int32
The zero-based index of the SyncSchemaForeignKey object to return from the SyncSchemaForeignKeys collection.

Property Value

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