共用方式為


SPGlobalConfig.FullTextSearchSupported property

NOTE: This API is now obsolete.

取得 Boolean 值,以指定SharePoint Foundation部署是否支援全文檢索搜尋。

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

Syntax

'宣告
<ObsoleteAttribute("FullTextSearchSupported is no longer supported; It always returns true.",  _
    False)> _
Public ReadOnly Property FullTextSearchSupported As Boolean
    Get
'用途
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如果已啟用全文檢索搜尋 ;否則,請false。

請參閱

參照

SPGlobalConfig class

SPGlobalConfig members

Microsoft.SharePoint.Administration namespace