Share via


ItemChange.AllChangeUnitsPresent Propiedad

Obtiene un valor que indica si en este cambio se encuentran todas las unidades de cambio.

Espacio de nombres: Microsoft.Synchronization
Ensamblado: Microsoft.Synchronization (en microsoft.synchronization.dll)

Sintaxis

'Declaración
Public ReadOnly Property AllChangeUnitsPresent As Boolean
'Uso
Dim instance As ItemChange
Dim value As Boolean

value = instance.AllChangeUnitsPresent
public bool AllChangeUnitsPresent { get; }
public:
property bool AllChangeUnitsPresent {
    bool get ();
}
/** @property */
public boolean get_AllChangeUnitsPresent ()
public function get AllChangeUnitsPresent () : boolean

Valor de la propiedad

true cuando todas las unidades de cambio están presentes. En caso contrario, false.

Vea también

Referencia

ItemChange Clase
ItemChange Miembros
Microsoft.Synchronization Espacio de nombres