ArcGIS Pro 2.8 API Reference Guide
ExecuteQueryXML(String) Method

ArcGIS.Desktop.Workflow.Models Namespace > JobsManager Class > ExecuteQueryXML Method : ExecuteQueryXML(String) Method
The name of the query to execute
Executes a query by name and return the XML results. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public string ExecuteQueryXML( 
   string queryName
)
Public Overloads Function ExecuteQueryXML( _
   ByVal queryName As String _
) As String

Parameters

queryName
The name of the query to execute

Return Value

A string containing the XML results
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

JobsManager Class
JobsManager Members
Overload List