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 change unit IDs of change units in the destination replica that conflict with change units in this item.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ConflictingChangeUnits As ReadOnlyCollection(Of ChangeUnitChange)
Get
'Usage
Dim instance As LoggedConflict
Dim value As ReadOnlyCollection(Of ChangeUnitChange)
value = instance.ConflictingChangeUnits
public ReadOnlyCollection<ChangeUnitChange> ConflictingChangeUnits { get; }
public:
property ReadOnlyCollection<ChangeUnitChange^>^ ConflictingChangeUnits {
ReadOnlyCollection<ChangeUnitChange^>^ get ();
}
member ConflictingChangeUnits : ReadOnlyCollection<ChangeUnitChange>
function get ConflictingChangeUnits () : ReadOnlyCollection<ChangeUnitChange>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ChangeUnitChange>
The change unit IDs of change units in the destination replica that conflict with change units in this item.