Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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)
Get
'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 ();
}
member IdentityRules : IEnumerable<IdentityRule>
function get IdentityRules () : IEnumerable<IdentityRule>
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.
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.