QueryInfo.ResultView property

Gets or sets the results sort view of the query results.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ResultView As Short
    Get
    Set
'Usage
Dim instance As QueryInfo
Dim value As Short

value = instance.ResultView

instance.ResultView = value
[DataMemberAttribute]
public short ResultView { get; set; }

Property value

Type: System.Int16
The results sort view of the query results.

Remarks

The value of this property must be the numeric representation of a ResultsView enumeration member.

See also

Reference

QueryInfo class

QueryInfo members

Microsoft.Office.Server.Search.Query namespace