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