ManagedProperty.EnabledForScoping, propriété (Microsoft.Office.Server.Search.Administration)
Gets or sets a Boolean value indicating whether a managed property can be used in search scopes.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Property EnabledForScoping As Boolean
'Utilisation
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.EnabledForScoping
instance.EnabledForScoping = value
public bool EnabledForScoping { get; set; }
Valeur de la propriété
true if the managed property can be used to define search scopes; otherwise, false.
Remarques
For information about defining search scopes, see Utilisation des zones de recherche.
For more information about managed properties, see Gestion des métadonnées.
Voir aussi
Référence
ManagedProperty, classe
Membres ManagedProperty
Microsoft.Office.Server.Search.Administration, espace de noms