Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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)
Syntax
'Declaration
Public ReadOnly Property XmlDocument As XmlDocument
public XmlDocument XmlDocument { get; }
public:
property XmlDocument^ XmlDocument {
XmlDocument^ get ();
}
member XmlDocument : XmlDocument with get
function get XmlDocument () : XmlDocument
Property Value
Type: XmlDocument
A XmlDocument object. Returns nulla null reference (Nothing in Visual Basic) if this is not an XML response.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.