ItemChange::ReplicaId Property

Gets the ID of the replica that enumerated this change.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property SyncId^ ReplicaId {
	SyncId^ get ();
}

Property Value

Type: Microsoft.Synchronization::SyncId
The ID of the replica that enumerated this change.

The versions that are contained in this object are valid for the replica that is identified by ReplicaId.

Show: