Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the ID of the replica that originated the change that caused the conflict.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ReplicaId As SyncId
Get
'Usage
Dim instance As LoggedConflict
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 originated the change that caused the conflict.