Freigeben über


WebTestResponse.IsBodyEmpty-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Antworttext leer ist.

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

Syntax

'Declaration
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

Eigenschaftswert

Typ: System.Boolean
true , wenn der Text leer oder nullein Nullverweis (Nothing in Visual Basic) ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestResponse Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace