SPGlobalConfig.FullTextSearchSupported 属性

请注意:此 API 现在已过时。

获取一个布尔值,指定是否在SharePoint Foundation部署支持全文搜索。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<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; }

属性值

类型:System.Boolean
true如果启用了全文搜索 ;否则为false。

另请参阅

引用

SPGlobalConfig 类

SPGlobalConfig 成员

Microsoft.SharePoint.Administration 命名空间