SPGlobalConfig.FullTextSearchSupported - Propriété

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

Obtient une valeur booléenne qui spécifie si la recherche de texte intégral est prise en charge du déploiement SharePoint Foundation .

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

Syntaxe

'Déclaration
<ObsoleteAttribute("FullTextSearchSupported is no longer supported; It always returns true.",  _
    False)> _
Public ReadOnly Property FullTextSearchSupported As Boolean
    Get
'Utilisation
Dim instance As SPGlobalConfig
Dim value As Boolean

value = instance.FullTextSearchSupported
[ObsoleteAttribute("FullTextSearchSupported is no longer supported; It always returns true.", 
    false)]
public bool FullTextSearchSupported { get; }

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