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)
'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 ();
}
/** @property */
public ReadOnlyCollection<ChangeUnitChange> get_ConflictingChangeUnits ()
public function get ConflictingChangeUnits () : ReadOnlyCollection<ChangeUnitChange>
Property Value
The change unit IDs of change units in the destination replica that conflict with change units in this item.
See Also
Reference
LoggedConflict Class
LoggedConflict Members
Microsoft.Synchronization Namespace