CustomFilterInfo Class

Represents information about a custom filter.

System.Object
  Microsoft.Synchronization.FilterInfo
    Microsoft.Synchronization.CustomFilterInfo

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

'Declaration
Public Class CustomFilterInfo _
	Inherits FilterInfo
'Usage
Dim instance As CustomFilterInfo

The CustomFilterInfo type exposes the following members.

  NameDescription
Public methodCustomFilterInfoInitializes a new instance of the CustomFilterInfo class that contains the specified ID format schema and custom filter.
Top

  NameDescription
Public propertyFilterGets the ISyncFilter interface that represents the custom filter.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSerializeWhen overridden in a derived class, serializes the filter information to an array of bytes. (Inherited from FilterInfo.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: