ManagedPropertyCustomFilter Class

Represents a mapping of values or ranges to a single custom filter value that is displayed in the user interface (UI).

Inheritance Hierarchy

System.Object
  Microsoft.Office.Server.Search.WebControls.ManagedPropertyCustomFilter

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class ManagedPropertyCustomFilter
'Usage
Dim instance As ManagedPropertyCustomFilter
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class ManagedPropertyCustomFilter

Thread Safety

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

See Also

Reference

ManagedPropertyCustomFilter Members

Microsoft.Office.Server.Search.WebControls Namespace