SyncSchemaForeignKeys::Item Property (Int32)
Gets a SyncSchemaForeignKey object from the collection at the specified index.
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::SyncSchemaForeignKeyThe SyncSchemaForeignKey object at the specified index.
Show: