SyncKnowledge::ReplicaId Property

Gets the ID of the replica that owns this knowledge.

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 owns this knowledge.

ExceptionCondition
InvalidOperationException

This SyncKnowledge object is not initialized.

SyncIdFormatMismatchException

The format of the replica that owns this knowledge is different from the format of this SyncKnowledge object.

Show: