Freigeben über


SPGlobalConfig.FullTextSearchSupported-Eigenschaft

HINWEIS: Diese API ist veraltet.

Ruft einen booleschen Wert, der angibt, ob in der Bereitstellung SharePoint Foundation Volltextsuche unterstützt wird.

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

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

Eigenschaftswert

Typ: System.Boolean
true Wenn Volltextsuche aktiviert ist; andernfalls false.

Siehe auch

Referenz

SPGlobalConfig Klasse

SPGlobalConfig-Member

Microsoft.SharePoint.Administration-Namespace