SPGlobalConfig.FullTextSearchEnabled property
NOTE: This API is now obsolete.
取得或設定 Boolean 值,以指定是否在SharePoint Foundation部署中啟用全文檢索搜尋。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<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
'用途
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如果已啟用全文檢索搜尋 ;否則,請false。