Compartilhar via


SPGlobalConfig.FullTextSearchEnabled property

NOTE: This API is now obsolete.

Obtém ou define um valor booleano que especifica se a pesquisa de texto completo está habilitada na implantação do SharePoint Foundation .

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<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
'Uso
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; }

Property value

Type: System.Boolean
true se a pesquisa de texto completo estiver habilitada; Caso contrário, false.

Ver também

Referência

SPGlobalConfig class

SPGlobalConfig members

Microsoft.SharePoint.Administration namespace