Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTestResponse::XmlDocument Property

 

Gets a XmlDocument representing the response body if the content type indicated the response was XML.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property XmlDocument^ XmlDocument {
	XmlDocument^ get();
}

Property Value

Type: System.Xml::XmlDocument^

A XmlDocument object. Returns null if this is not an XML response.

Return to top
Show: