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