ChangeBatchBase.IsEmpty Property
Gets a value that indicates whether the change batch contains any changes.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
'Usage
Dim instance As ChangeBatchBase
Dim value As Boolean
value = instance.IsEmpty
public bool IsEmpty { get; }
public:
property bool IsEmpty {
bool get ();
}
/** @property */
public boolean get_IsEmpty ()
public function get IsEmpty () : boolean
Property Value
True if the change batch does not contain any changes. Otherwise, false.
See Also
Reference
ChangeBatchBase Class
ChangeBatchBase Members
Microsoft.Synchronization Namespace