SimpleSyncItemConstraintEventArgs::ChangeUnitsOnRemoteItem Property
Gets a set of change units in the remote item for which a conflict was reported.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
public: property IEnumerable<SyncId^>^ ChangeUnitsOnRemoteItem { IEnumerable<SyncId^>^ get (); }
Property Value
Type: System.Collections.Generic::IEnumerable<SyncId>A collection of SyncId objects that represent a set of change units in the remote item for which a conflict was reported.
Show: