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
Get
'Usage
Dim instance As ItemChange
Dim value As Boolean
value = instance.AllChangeUnitsPresent
public bool AllChangeUnitsPresent { get; }
public:
property bool AllChangeUnitsPresent {
bool get ();
}
member AllChangeUnitsPresent : bool
function get AllChangeUnitsPresent () : boolean
Property Value
Type: System.Boolean
true when all change units are present. Otherwise, false.