Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
'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 ();
}
/** @property */
public IEnumerable<SyncId> get_ChangeUnitsOnRemoteItem ()
public function get ChangeUnitsOnRemoteItem () : IEnumerable<SyncId>
Property Value
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
SimpleSyncItemConstraintEventArgs Members
Microsoft.Synchronization.SimpleProviders Namespace