共用方式為


WebTestRequest.IgnoreHttpStatusCode 屬性

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

語法

'宣告
Public Property IgnoreHttpStatusCode As Boolean
public bool IgnoreHttpStatusCode { get; set; }
public:
property bool IgnoreHttpStatusCode {
    bool get ();
    void set (bool value);
}
member IgnoreHttpStatusCode : bool with get, set
function get IgnoreHttpStatusCode () : boolean
function set IgnoreHttpStatusCode (value : boolean)

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

WebTestRequest 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間