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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.WebTesting Namespace