Freigeben über


WebTestResponse.IsXml-Eigenschaft

Ruft einen Wert ab, der angibt, ob die Antwort ein XML-Dokument ist.

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

Syntax

'Declaration
Public ReadOnly Property IsXml As Boolean
public bool IsXml { get; }
public:
property bool IsXml {
    bool get ();
}
member IsXml : bool with get
function get IsXml () : boolean

Eigenschaftswert

Typ: System.Boolean
true , wenn der Inhaltstyp der Antwort "text/xml", "application/xml" oder "application/xhtml+xml" ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestResponse Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace