Partager via


WebTestResponse.IsText, propriété

Obtient une valeur indiquant si le corps de réponse est un document texte.

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

Syntaxe

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

Valeur de propriété

Type : System.Boolean
true si le corps de réponse est un document texte ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

WebTestResponse Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms