ManagedPropertyInfo.EnabledForScoping - Propriété

Obtient ou définit la valeur Boolean qui indique si la propriété gérée est disponible pour la définition des étendues de recherche.

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property EnabledForScoping As Boolean
    Get
    Set
'Utilisation
Dim instance As ManagedPropertyInfo
Dim value As Boolean

value = instance.EnabledForScoping

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

Valeur de propriété

Type : System.Boolean
true si la propriété gérée n'est disponible pour la définition des étendues de recherche ; dans le cas contraire, false.

Voir aussi

Référence

ManagedPropertyInfo classe

ManagedPropertyInfo - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms