QueryProperties.EnableStemming property
Gets or sets a Boolean value that specifies whether stemming is enabled.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property EnableStemming As Boolean
Get
Set
'Usage
Dim instance As QueryProperties
Dim value As Boolean
value = instance.EnableStemming
instance.EnableStemming = value
[DataMemberAttribute]
public bool EnableStemming { get; set; }
Property value
Type: System.Boolean
true if the stemming is enabled; otherwise, false.