SPGlobalConfig.FullTextSearchEnabled - Propriété

Remarque : cette API est désormais obsolète.

Obtient ou définit une valeur booléenne qui spécifie si la recherche de texte intégral est activée dans le déploiement de SharePoint Foundation .

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("FullTextSearchEnabled is no longer supported; Use the Status property of the WSS Search Service (SPSearchService) object instead.",  _
    False)> _
Public Property FullTextSearchEnabled As Boolean
    Get
    Set
'Utilisation
Dim instance As SPGlobalConfig
Dim value As Boolean

value = instance.FullTextSearchEnabled

instance.FullTextSearchEnabled = value
[ObsoleteAttribute("FullTextSearchEnabled is no longer supported; Use the Status property of the WSS Search Service (SPSearchService) object instead.", 
    false)]
public bool FullTextSearchEnabled { get; set; }

Valeur de propriété

Type : System.Boolean
true si la recherche de texte intégral est activée ; dans le cas contraire, false.

Voir aussi

Référence

SPGlobalConfig classe

SPGlobalConfig - Membres

Microsoft.SharePoint.Administration - Espace de noms