ISearchParameters.EnableStemming property
Gets or sets a search query parameter that specifies whether word stemming is enabled for the search query that is being performed.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Property EnableStemming As Boolean
Get
Set
'Usage
Dim instance As ISearchParameters
Dim value As Boolean
value = instance.EnableStemming
instance.EnableStemming = value
bool EnableStemming { get; set; }
Property value
Type: System.Boolean
Returns Boolean.
See also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess namespace