ManagedProperty.StemmingEnabled Property
Gets or sets a Boolean value indicating whether a managed property is stemmed.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property StemmingEnabled As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.StemmingEnabled
instance.StemmingEnabled = value
bool StemmingEnabled { get; set; }
Property Value
Type: System.Boolean
[true] if the managed property is stemmed; otherwise, [false].
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace