SimpleSyncItemConstraintEventArgs.ChangeUnitsOnRemoteItem Propiedad
Obtiene un conjunto de unidades de cambio del elemento remoto para el que se notificó un conflicto.
Espacio de nombres: Microsoft.Synchronization.SimpleProviders
Ensamblado: Microsoft.Synchronization.SimpleProviders (en microsoft.synchronization.simpleproviders.dll)
Sintaxis
'Declaración
Public ReadOnly Property ChangeUnitsOnRemoteItem As IEnumerable(Of SyncId)
'Uso
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>
Valor de la propiedad
Colección de objetos SyncId que representan un conjunto de unidades de cambio del elemento remoto para el que se notificó un conflicto.
Vea también
Referencia
SimpleSyncItemConstraintEventArgs Clase
SimpleSyncItemConstraintEventArgs Miembros
Microsoft.Synchronization.SimpleProviders Espacio de nombres