SearchResultsBaseDatasource.EnableStemming Property

Gets or sets a Boolean value that specifies whether stemming is enabled.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

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

value = instance.EnableStemming

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

Property Value

Type: System.Boolean
true if the stemming is enabled; otherwise, false.

See Also

Reference

SearchResultsBaseDatasource Class

SearchResultsBaseDatasource Members

Microsoft.Office.Server.Search.WebControls Namespace