ManagedProperty.NameNormalized Property
Gets or sets a Boolean value indicating whether the managed property is name normalized (converted to the full name).
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property NameNormalized As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.NameNormalized
instance.NameNormalized = value
public bool NameNormalized { get; set; }
Property Value
Type: System.Boolean
true if the managed property value is converted to the full name; otherwise, false.
Remarks
This property applies only to Microsoft Active Directory–related properties. An example of name normalization is converting a user name string to the full name for that user. The Author managed property is the only built-in property with this value set to true.