Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim instance As CustomFilterInfo
Dim value As ISyncFilter
value = instance.Filter
public ISyncFilter Filter { get; }
public:
property ISyncFilter^ Filter {
ISyncFilter^ get ();
}
/** @property */
public ISyncFilter get_Filter ()
public function get Filter () : ISyncFilter
Property Value
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.
See Also
Reference
CustomFilterInfo Class
CustomFilterInfo Members
Microsoft.Synchronization Namespace