Freigeben über


Query.ResultTypes-Eigenschaft

HINWEIS: Diese API ist veraltet.

Ruft ab einen Wert, der den Ergebnistyp für die Suche angibt.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("It's not required to specify which types of ResultTables should be returned anymore, since all of them are returned by default.")> _
Public Property ResultTypes As ResultType
    Get
    Set
'Usage
Dim instance As Query
Dim value As ResultType

value = instance.ResultTypes

instance.ResultTypes = value
[ObsoleteAttribute("It's not required to specify which types of ResultTables should be returned anymore, since all of them are returned by default.")]
public ResultType ResultTypes { get; set; }

Eigenschaftswert

Typ: Microsoft.SharePoint.Search.Query.ResultType
Ein Wert aus der ResultType -Enumeration.

Siehe auch

Referenz

Query Klasse

Query-Member

Microsoft.SharePoint.Search.Query-Namespace