Partager via


WebTestResponse.IsBodyEmpty, propriété

Obtient une valeur indiquant si le corps de réponse est vide.

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

Syntaxe

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

Valeur de propriété

Type : System.Boolean
true si le corps est vide ou nullune référence null (Nothing en Visual Basic) ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

WebTestResponse Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms