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