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