SyncKnowledge.ReplicaId Property

Gets the ID of the replica that owns this knowledge.

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

Syntax

'Declaration
Public ReadOnly Property ReplicaId As SyncId
    Get
'Usage
Dim instance As SyncKnowledge
Dim value As SyncId

value = instance.ReplicaId
public SyncId ReplicaId { get; }
public:
property SyncId^ ReplicaId {
    SyncId^ get ();
}
member ReplicaId : SyncId
function get ReplicaId () : SyncId

Property Value

Type: Microsoft.Synchronization.SyncId
The ID of the replica that owns this knowledge.

Exceptions

Exception Condition
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.

See Also

Reference

SyncKnowledge Class

Microsoft.Synchronization Namespace