ManagedProperty.NoWordBreaker Property
Gets or sets a Boolean value indicating whether values for this managed property go through a word breaker.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property NoWordBreaker As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.NoWordBreaker
instance.NoWordBreaker = value
public bool NoWordBreaker { get; set; }
Property Value
Type: System.Boolean
true if values for the managed property do not go through a word breaker; otherwise, false.