SPGlobalConfig.FullTextSearchSupported property
NOTE: This API is now obsolete.
Gets a Boolean value that specifies whether full-text search is supported in the SharePoint Foundation deployment.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("FullTextSearchSupported is no longer supported; It always returns true.", _
False)> _
Public ReadOnly Property FullTextSearchSupported As Boolean
Get
'Usage
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; }
Property value
Type: System.Boolean
true if full-text search is enabled; otherwise, false.