KeywordQuery.EnableFQL Property

Applies to: Microsoft FAST Search Server 2010 for SharePoint
Gets or sets a Boolean value that specifies whether the query string is according to the FAST Query Language (FQL) syntax. For details, see FAST Query Language (FQL) Syntax Reference.

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

Syntax

'Declaration
Public Property EnableFQL As Boolean
    Get
    Set
'Usage
Dim instance As KeywordQuery
Dim value As Boolean

value = instance.EnableFQL

instance.EnableFQL = value
public bool EnableFQL { get; set; }

Property Value

Type: System.Boolean
true if FQL is enabled; otherwise, false.

See Also

Reference

KeywordQuery Class

KeywordQuery Members

Microsoft.Office.Server.Search.Query Namespace