CustomFilterInfo::Filter Property

Gets the ISyncFilter interface that represents the custom filter.

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

public:
property ISyncFilter^ Filter {
	ISyncFilter^ get ();
}

Property Value

Type: Microsoft.Synchronization::ISyncFilter
The ISyncFilter interface that represents the custom filter.

The custom filter that is returned is typically implemented by the developer of the filtered provider.

Show: