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.

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace