Query.EnableStemming property
Gets or sets a Boolean value that specifies whether stemming is enabled.
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public Property EnableStemming As Boolean
Get
Set
'Usage
Dim instance As Query
Dim value As Boolean
value = instance.EnableStemming
instance.EnableStemming = value
public bool EnableStemming { get; set; }
Property value
Type: System.Boolean
true if stemming is enabled; otherwise, false.
Remarks
The default value is false.