ManagedProperty.NameNormalized, propriété (Microsoft.Office.Server.Search.Administration)
Gets or sets a Boolean value indicating whether the managed property is name normalized (converted to the full name).
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Property NameNormalized As Boolean
'Utilisation
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.NameNormalized
instance.NameNormalized = value
public bool NameNormalized { get; set; }
Valeur de la propriété
true if the managed property value is converted to the full name; otherwise, false.
Remarques
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.
Voir aussi
Référence
ManagedProperty, classe
Membres ManagedProperty
Microsoft.Office.Server.Search.Administration, espace de noms