Partager via


WebTestResponse.IsXml, propriété

Obtient une valeur qui indique si la réponse est XML.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsXml As Boolean
    Get
public bool IsXml { get; }
public:
property bool IsXml {
    bool get ();
}
member IsXml : bool
function get IsXml () : boolean

Valeur de propriété

Type : System.Boolean
true si le type de contenu de la réponse est "text/xml", "application/xml" ou "application/xhtml+xml" ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

WebTestResponse Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms