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)
Syntax
'Declaration
Public Property FilterKeyMap As FilterKeyMap
'Usage
Dim instance As ChangeBatchBase
Dim value As FilterKeyMap
value = instance.FilterKeyMap
instance.FilterKeyMap = value
public FilterKeyMap FilterKeyMap { get; set; }
public:
property FilterKeyMap^ FilterKeyMap {
FilterKeyMap^ get ();
void set (FilterKeyMap^ value);
}
/** @property */
public FilterKeyMap get_FilterKeyMap ()
/** @property */
public void set_FilterKeyMap (FilterKeyMap value)
public function get FilterKeyMap () : FilterKeyMap
public function set FilterKeyMap (value : FilterKeyMap)
Property Value
The filter key map that contains the filters tracked by the replica that originated this change batch.
Exceptions
Exception type | Condition |
---|---|
The change batch object already contains a filter key map, or a group has been started in the change batch. |
See Also
Reference
ChangeBatchBase Class
ChangeBatchBase Members
Microsoft.Synchronization Namespace