Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
'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 ();
}
/** @property */
public IEnumerable<UInt32> get_IdentityFieldIds ()
public function get IdentityFieldIds () : IEnumerable<uint>
Property Value
A collection of integer field IDs to identify an item in a replica.
See Also
Reference
IdentityRule Class
IdentityRule Members
Microsoft.Synchronization.SimpleProviders Namespace