Partilhar via


Propriedade WebTestResponse.IsBodyEmpty

Obtém um valor indicando se o corpo da resposta está vazia.

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

Sintaxe

'Declaração
Public ReadOnly Property IsBodyEmpty As Boolean
public bool IsBodyEmpty { get; }
public:
property bool IsBodyEmpty {
    bool get ();
}
member IsBodyEmpty : bool with get
function get IsBodyEmpty () : boolean

Valor de propriedade

Tipo: System.Boolean
true se o corpo estiver vazio ou nulluma referência nula (Nothing no Visual Basic); caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

WebTestResponse Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting