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
'Usage
Dim instance As IFilterTrackingNotifyingChangeApplierTarget
Dim value As FilterKeyMap
value = instance.FilterKeyMap
FilterKeyMap FilterKeyMap { get; }
property FilterKeyMap^ FilterKeyMap {
FilterKeyMap^ get ();
}
/** @property */
FilterKeyMap get_FilterKeyMap ()
function get FilterKeyMap () : FilterKeyMap
Property Value
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
IFilterTrackingNotifyingChangeApplierTarget Members
Microsoft.Synchronization Namespace