Share via


WebTestResponse.IsBodyEmpty Property

Gets a value indicating whether the response body is empty.

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

Syntax

'Declaration
Public ReadOnly Property IsBodyEmpty As Boolean
'Usage
Dim instance As WebTestResponse 
Dim value As Boolean 

value = instance.IsBodyEmpty
public bool IsBodyEmpty { get; }
public:
property bool IsBodyEmpty {
    bool get ();
}
public function get IsBodyEmpty () : boolean

Property Value

Type: System.Boolean
true if the body is empty or nulla null reference (Nothing in Visual Basic); otherwise, false.

.NET Framework Security

See Also

Reference

WebTestResponse Class

WebTestResponse Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace