Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.