Scope.Filter Property

Applies to: Microsoft FAST Search Server 2010 for SharePoint
Gets or sets a scope filter.

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

Syntax

'Declaration
Public Property Filter As String
    Get
    Set
'Usage
Dim instance As Scope
Dim value As String

value = instance.Filter

instance.Filter = value
public string Filter { get; set; }

Property Value

Type: System.String
A search scope filter specified according to the FAST Query Language (FQL).

Remarks

In FAST Search Server 2010 for SharePoint, a generated search scope represents a predefined property filter that is added to the query. This property enables you to specify the scope rules directly using FQL.

See Also

Reference

Scope Class

Scope Members

Microsoft.Office.Server.Search.Administration Namespace