Query.ResultTypes Property

Gets or sets a value that specifies the search result type.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property ResultTypes As ResultType
    Get
    Set
'Usage
Dim instance As Query
Dim value As ResultType

value = instance.ResultTypes

instance.ResultTypes = value
public ResultType ResultTypes { get; set; }

Property Value

Type: Microsoft.Office.Server.Search.Query.ResultType
A value from the ResultType enumeration.

See Also

Reference

Query Class

Query Members

Microsoft.Office.Server.Search.Query Namespace