LinguisticComponentsStatusProperties.StemmingEnabled property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property StemmingEnabled As Boolean
Get
Set
'Uso
Dim instance As LinguisticComponentsStatusProperties
Dim value As Boolean
value = instance.StemmingEnabled
instance.StemmingEnabled = value
public bool StemmingEnabled { get; set; }
Property value
Type: System.Boolean
Ver também
Referência
LinguisticComponentsStatusProperties class