ItemMetadataSchema.IdentityRules Property
Gets a collection of IdentityRule objects that defines the way in which an item is identified within a replica.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)
Syntax
'Declaration
Public ReadOnly Property IdentityRules As IEnumerable(Of IdentityRule)
'Usage
Dim instance As ItemMetadataSchema
Dim value As IEnumerable(Of IdentityRule)
value = instance.IdentityRules
public IEnumerable<IdentityRule> IdentityRules { get; }
public:
property IEnumerable<IdentityRule^>^ IdentityRules {
IEnumerable<IdentityRule^>^ get ();
}
/** @property */
public IEnumerable<IdentityRule> get_IdentityRules ()
public function get IdentityRules () : IEnumerable<IdentityRule>
Property Value
A collection of IdentityRule objects that defines the way in which an item is identified within a replica.
Remarks
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.
See Also
Reference
ItemMetadataSchema Class
ItemMetadataSchema Members
Microsoft.Synchronization.SimpleProviders Namespace