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.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Property Value
Type: System.Xml::XmlDocument^A XmlDocument object. Returns null if this is not an XML response.
Show: