Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |