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
    Get
'Usage
Dim instance As ChangeBatchBase
Dim value As Boolean

value = instance.IsEmpty
public bool IsEmpty { get; }
public:
property bool IsEmpty {
    bool get ();
}
member IsEmpty : bool
function get IsEmpty () : boolean

Property Value

Type: System.Boolean
True if the change batch does not contain any changes. Otherwise, false.

Exceptions

Exception Condition
ObjectDisposedException

This ChangeBatchBase has been disposed.

See Also

Reference

ChangeBatchBase Class

Microsoft.Synchronization Namespace