Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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