SPGlobalConfig.FullTextSearchEnabled property
NOTE: This API is now obsolete.
Gets or sets a Boolean value that specifies whether full-text search is enabled in the SharePoint Foundation deployment.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<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
'Usage
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 if full-text search is enabled; otherwise, false.