Compartir a través de


de la propiedad QueryInfo.ResultView

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

Espacio de nombres:  Microsoft.Office.Server.Search.Query
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property ResultView As Short
    Get
    Set
'Uso
Dim instance As QueryInfo
Dim value As Short

value = instance.ResultView

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

Valor de propiedad

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

Comentarios

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

Vea también

Referencia

clase QueryInfo

Miembros QueryInfo

Espacio de nombres Microsoft.Office.Server.Search.Query