SyncSchemaForeignKeys::Count Property

Gets the number of SyncSchemaForeignKey objects in the collection.

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

public:
property int Count {
	int get ();
}

Property Value

Type: System::Int32
The number of SyncSchemaForeignKey objects in the collection.
Show: