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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPGlobalConfig Class

SPGlobalConfig Members

Microsoft.SharePoint.Administration Namespace