Compartir a través de


: ManagedProperty.EnabledForScoping (Propiedad) (Microsoft.Office.Server.Search.Administration)

Gets or sets a Boolean value indicating whether a managed property can be used in search scopes.

Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)

Sintaxis

'Declaración
Public Property EnabledForScoping As Boolean
'Uso
Dim instance As ManagedProperty
Dim value As Boolean

value = instance.EnabledForScoping

instance.EnabledForScoping = value
public bool EnabledForScoping { get; set; }

Valor de propiedad

true if the managed property can be used to define search scopes; otherwise, false.

Comentarios

For information about defining search scopes, see Trabajar con ámbitos de búsqueda.

For more information about managed properties, see Administración de metadatos.

Vea también

Referencia

ManagedProperty (Clase)
ManagedProperty (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)