Share via


ItemChange.AllChangeUnitsPresent Property

Gets a value that indicates whether all change units are present in this change.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public ReadOnly Property AllChangeUnitsPresent As Boolean
'Usage
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

Property Value

true when all change units are present. Otherwise, false.

See Also

Reference

ItemChange Class
ItemChange Members
Microsoft.Synchronization Namespace