Share via


WebTestResponse.StatusDescription Property

Gets the status description returned with the response.

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

Syntax

'Declaration
Public ReadOnly Property StatusDescription As String
'Usage
Dim instance As WebTestResponse 
Dim value As String 

value = instance.StatusDescription
public string StatusDescription { get; }
public:
property String^ StatusDescription {
    String^ get ();
}
public function get StatusDescription () : String

Property Value

Type: System.String
A string describing the status of the response.

Exceptions

Exception Condition
ObjectDisposedException

The current instance has been disposed.

Remarks

A common status message is OK.

.NET Framework Security

See Also

Reference

WebTestResponse Class

WebTestResponse Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace

Other Resources

HTTP