XmlQueryWithXQueryResult Class

Definition

Response for Query an XML file using XQuery query, get results

public class XmlQueryWithXQueryResult
type XmlQueryWithXQueryResult = class
Public Class XmlQueryWithXQueryResult
Inheritance
XmlQueryWithXQueryResult

Constructors

Name Description
XmlQueryWithXQueryResult()

Properties

Name Description
ErrorMessage

If an error occurs, additional details on the error

ResultingXml

Resulting XML result output

Successful

True if the operation was successful, false otherwise

Applies to