Share via


UIQuery.ResultFormat Property

Gets the format of the query results.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Public ReadOnly Property ResultFormat As UIQueryResultFormat
    Get
'Usage
Dim instance As UIQuery
Dim value As UIQueryResultFormat

value = instance.ResultFormat
public UIQueryResultFormat ResultFormat { get; }

Property Value

Type: Microsoft.Web.CommandUI.UIQueryResultFormat
A UIQueryResultFormat that specifies the format of the query results.

Remarks

Results can be in XML and JavaScript Object Notation (JSON).

See Also

Reference

UIQuery Class

UIQuery Members

Microsoft.Web.CommandUI Namespace