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
public string StatusDescription { get; }
public:
property String^ StatusDescription {
    String^ get ();
}
member StatusDescription : string with get
function get StatusDescription () : String

Property Value

Type: 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

Microsoft.VisualStudio.TestTools.WebTesting Namespace

Other Resources

HTTP