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)

public:
property IEnumerable<SyncId^>^ ChangeUnitsInConflict {
	IEnumerable<SyncId^>^ get ();
}

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.
Show: