: ManagedProperty.NameNormalized (Propiedad) (Microsoft.Office.Server.Search.Administration)
Gets or sets a Boolean value indicating whether the managed property is name normalized (converted to the full name).
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property NameNormalized As Boolean
'Uso
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.NameNormalized
instance.NameNormalized = value
public bool NameNormalized { get; set; }
Valor de propiedad
true if the managed property value is converted to the full name; otherwise, false.
Comentarios
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.
Vea también
Referencia
ManagedProperty (Clase)
ManagedProperty (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)