ItemMetadataSchema::IdentityRules Property
Gets a collection of IdentityRule objects that defines the way in which an item is identified within a replica.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
public: property IEnumerable<IdentityRule^>^ IdentityRules { IEnumerable<IdentityRule^>^ get (); }
Property Value
Type: System.Collections.Generic::IEnumerable<IdentityRule>A collection of IdentityRule objects that defines the way in which an item is identified within a replica.
An identity rule specifies which custom field or fields (CustomFields) should be used to identify an item or change unit in an item store. For more information about simple provider metadata, see Managing Metadata for Simple Providers.
Show: