Share via


SimpleSyncItemConflictingEventArgs.ChangeUnitsInConflict Property

Gets a collection of SyncId objects that represent a set of change units for which a conflict was reported.

Namespace:  Microsoft.Synchronization.SimpleProviders
Assembly:  Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)

Syntax

'Declaration
Public ReadOnly Property ChangeUnitsInConflict As IEnumerable(Of SyncId)
    Get
'Usage
Dim instance As SimpleSyncItemConflictingEventArgs
Dim value As IEnumerable(Of SyncId)

value = instance.ChangeUnitsInConflict
public IEnumerable<SyncId> ChangeUnitsInConflict { get; }
public:
property IEnumerable<SyncId^>^ ChangeUnitsInConflict {
    IEnumerable<SyncId^>^ get ();
}
member ChangeUnitsInConflict : IEnumerable<SyncId>
function get ChangeUnitsInConflict () : IEnumerable<SyncId>

Property Value

Type: System.Collections.Generic.IEnumerable<SyncId>
A collection of SyncId objects that represent a set of change units for which a conflict was reported.

See Also

Reference

SimpleSyncItemConflictingEventArgs Class

Microsoft.Synchronization.SimpleProviders Namespace