QueryProperties.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
<DataMemberAttribute> _
Public Property ResultTypes As ResultType
    Get
    Set
'Usage
Dim instance As QueryProperties
Dim value As ResultType

value = instance.ResultTypes

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

Property value

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

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace