Dela via


LoggedConflict.ConflictingChangeUnits Property

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.

See Also

Reference

LoggedConflict Class

Microsoft.Synchronization Namespace