Freigeben über


LastResponseCodeRule.ResponseCode-Eigenschaft

Ruft den Antwortcode ab oder legt ihn fest.

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

Syntax

'Declaration
Public Property ResponseCode As WebTestResponseCode
    Get
    Set
public WebTestResponseCode ResponseCode { get; set; }
public:
property WebTestResponseCode ResponseCode {
    WebTestResponseCode get ();
    void set (WebTestResponseCode value);
}
member ResponseCode : WebTestResponseCode with get, set
function get ResponseCode () : WebTestResponseCode
function set ResponseCode (value : WebTestResponseCode)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponseCode
Der Antwortcode.

.NET Framework-Sicherheit

Siehe auch

Referenz

LastResponseCodeRule Klasse

Microsoft.VisualStudio.TestTools.WebTesting.Rules-Namespace