SPGlobalConfig.FullTextSearchEnabled-Eigenschaft
HINWEIS: Diese API ist veraltet.
Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob in der Bereitstellung SharePoint Foundation Volltextsuche aktiviert ist.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<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
'Usage
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; }
Eigenschaftswert
Typ: System.Boolean
true Wenn Volltextsuche aktiviert ist; andernfalls false.