共用方式為


QueryProperties.EnableStemming Property

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

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
Public Property EnableStemming As Boolean
    Get
    Set
'Usage
Dim instance As QueryProperties
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

QueryProperties Class

QueryProperties Members

Microsoft.SharePoint.Search.Query Namespace