Share via


SearchAndProcessItem.EnableStemming Property

Gets or sets whether to enable stemming in the search operation.

Namespace:  Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Property EnableStemming As Boolean
    Get
    Set
'Usage
Dim instance As SearchAndProcessItem
Dim value As Boolean

value = instance.EnableStemming

instance.EnableStemming = value
public bool EnableStemming { get; set; }

Property Value

Type: System.Boolean
true to enable stemming in the search operation; false to disable stemming in the search operation.

Implements

ISearchParameters.EnableStemming

Remarks

This value is passed to the search application specified to perform the search.

See Also

Reference

SearchAndProcessItem Class

SearchAndProcessItem Members

Microsoft.Office.RecordsManagement.SearchAndProcess Namespace