UIQueryResultFormat Enumeration

Determines the format of the query result.

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

Syntax

'Declaration
Public Enumeration UIQueryResultFormat
'Usage
Dim instance As UIQueryResultFormat
public enum UIQueryResultFormat

Members

Member name Description
JSON Format the query result in JavaScript Object Notation (JSON).
XML Format the query result in XML.

See Also

Reference

Microsoft.Web.CommandUI Namespace