Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ISyncFilter interface that represents the custom filter.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property Filter As ISyncFilter
Get
'Usage
Dim instance As CustomFilterInfo
Dim value As ISyncFilter
value = instance.Filter
public ISyncFilter Filter { get; }
public:
property ISyncFilter^ Filter {
ISyncFilter^ get ();
}
member Filter : ISyncFilter
function get Filter () : ISyncFilter
Property Value
Type: Microsoft.Synchronization.ISyncFilter
The ISyncFilter interface that represents the custom filter.
Remarks
The custom filter that is returned is typically implemented by the developer of the filtered provider.