PromotedExpression.Fql Property
Gets or sets the FQL (Fast Query Language) expression for promoting or demoting result set items.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property Fql As String
Get
Set
'Usage
Dim instance As PromotedExpression
Dim value As String
value = instance.Fql
instance.Fql = value
string Fql { get; set; }
Property Value
Type: System.String
The FQL expression associated with the promoted expression.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace