IdentityRule::IdentityFieldIds Property

Gets a collection of integer field IDs that identify an item in a replica.

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

public:
property IEnumerable<unsigned int>^ IdentityFieldIds {
	IEnumerable<unsigned int>^ get ();
}

Property Value

Type: System.Collections.Generic::IEnumerable<UInt32>
A collection of integer field IDs to identify an item in a replica.
Show: