KeywordQuery.UseOLSQuery property

Namespace:  Microsoft.SharePoint.Client.Search.Query
Assembly:  Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)

Syntax

'Declaration
Public Property UseOLSQuery As Integer
    Get
    Set
'Usage
Dim instance As KeywordQuery
Dim value As Integer

value = instance.UseOLSQuery

instance.UseOLSQuery = value
public int UseOLSQuery { get; set; }

Property value

Type: System.Int32

See also

Reference

KeywordQuery class

KeywordQuery members

Microsoft.SharePoint.Client.Search.Query namespace