共用方式為


LastResponseCodeRule.ResponseCode 屬性

取得或設定回應碼。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
Public Property ResponseCode As WebTestResponseCode
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)

屬性值

型別:Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponseCode
回應碼。

.NET Framework 安全性

請參閱

參考

LastResponseCodeRule 類別

Microsoft.VisualStudio.TestTools.WebTesting.Rules 命名空間