Share via


IFilterTrackingNotifyingChangeApplierTarget.FilterKeyMap Property

When overridden in a derived class, gets the filter key map of the replica.

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

Syntax

'Declaration
ReadOnly Property FilterKeyMap As FilterKeyMap
    Get
'Usage
Dim instance As IFilterTrackingNotifyingChangeApplierTarget
Dim value As FilterKeyMap

value = instance.FilterKeyMap
FilterKeyMap FilterKeyMap { get; }
property FilterKeyMap^ FilterKeyMap {
    FilterKeyMap^ get ();
}
abstract FilterKeyMap : FilterKeyMap
function get FilterKeyMap () : FilterKeyMap

Property Value

Type: Microsoft.Synchronization.FilterKeyMap
The filter key map of the replica.

Remarks

The filter key map of a replica defines a mapping between filter keys and the filters that the replica tracks.

See Also

Reference

IFilterTrackingNotifyingChangeApplierTarget Interface

Microsoft.Synchronization Namespace