Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public ReadOnly Property IdentityFieldIds As IEnumerable(Of UInteger)
Get
'Usage
Dim instance As IdentityRule
Dim value As IEnumerable(Of UInteger)
value = instance.IdentityFieldIds
public IEnumerable<uint> IdentityFieldIds { get; }
public:
property IEnumerable<unsigned int>^ IdentityFieldIds {
IEnumerable<unsigned int>^ get ();
}
member IdentityFieldIds : IEnumerable<uint32>
function get IdentityFieldIds () : IEnumerable<uint>
Property Value
Type: System.Collections.Generic.IEnumerable<UInt32>
A collection of integer field IDs to identify an item in a replica.