SimpleSyncItemConstraintEventArgs.ChangeUnitsOnRemoteItem Property

Gets a set of change units in the remote item for which a conflict was reported.

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

Syntax

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

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

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.

See Also

Reference

SimpleSyncItemConstraintEventArgs Class

Microsoft.Synchronization.SimpleProviders Namespace