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 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)
'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 ();
}
/** @property */
public IEnumerable<SyncId> get_ChangeUnitsInConflict ()
public function get ChangeUnitsInConflict () : IEnumerable<SyncId>
Property Value
A collection of SyncId objects that represent a set of change units for which a conflict was reported.
See Also
Reference
SimpleSyncItemConflictingEventArgs Class
SimpleSyncItemConflictingEventArgs Members
Microsoft.Synchronization.SimpleProviders Namespace