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)

public:
property bool IsEmpty {
	bool get ();
}

Property Value

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

ExceptionCondition
ObjectDisposedException

This ChangeBatchBase has been disposed.

Show: