ItemChange.ReplicaId Property
Gets the ID of the replica that enumerated this change.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ReplicaId As SyncId
'Usage
Dim instance As ItemChange
Dim value As SyncId
value = instance.ReplicaId
public SyncId ReplicaId { get; }
public:
property SyncId^ ReplicaId {
SyncId^ get ();
}
/** @property */
public SyncId get_ReplicaId ()
public function get ReplicaId () : SyncId
Property Value
The ID of the replica that enumerated this change.
Remarks
The versions that are contained in this object are valid for the replica that is identified by ReplicaId.
See Also
Reference
ItemChange Class
ItemChange Members
Microsoft.Synchronization Namespace