OverrideInfo.TokenNormalization property
Gets or sets whether the characters in this managed property are to be normalized.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property TokenNormalization As Boolean
Get
Set
'Usage
Dim instance As OverrideInfo
Dim value As Boolean
value = instance.TokenNormalization
instance.TokenNormalization = value
[DataMemberAttribute]
public bool TokenNormalization { get; set; }
Property value
Type: System.Boolean