Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property String^ StatusDescription {
	String^ get();
}

Property Value

Type: System::String^

A string describing the status of the response.

Exception Condition
ObjectDisposedException

The current instance has been disposed.

A common status message is OK.

Return to top
Show: