SyncSchemaForeignKeys::Values Property

Gets a collection of the values that are contained in the SyncSchemaForeignKeys object.

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

public:
property IEnumerable<SyncSchemaForeignKey^>^ Values {
	IEnumerable<SyncSchemaForeignKey^>^ get ();
}

Property Value

Type: System.Collections.Generic::IEnumerable<SyncSchemaForeignKey>
A collection of the values that are contained in the SyncSchemaForeignKeys object.
Show: