ChangeBatchBase::FilterKeyMap Property

Gets or set the filter key map that contains the filters tracked by the replica that originated this change batch.

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

public:
property FilterKeyMap^ FilterKeyMap {
	FilterKeyMap^ get ();
	void set (FilterKeyMap^ value);
}

Property Value

Type: Microsoft.Synchronization::FilterKeyMap
The filter key map that contains the filters tracked by the replica that originated this change batch.

ExceptionCondition
SyncInvalidOperationException

The change batch object already contains a filter key map, or a group has been started in the change batch.

ObjectDisposedException

This ChangeBatchBase has been disposed.

Show: