XmlQueryRuntime.Output Property

Definition

Gets the output writer object.

public:
 property System::Xml::Xsl::Runtime::XmlQueryOutput ^ Output { System::Xml::Xsl::Runtime::XmlQueryOutput ^ get(); };
public System.Xml.Xsl.Runtime.XmlQueryOutput Output { get; }
member this.Output : System.Xml.Xsl.Runtime.XmlQueryOutput
Public ReadOnly Property Output As XmlQueryOutput

Property Value

An instance of the XmlQueryOutput class.

Applies to