Partilhar via


Propriedade WebTestRequest.IgnoreHttpStatusCode

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

WebTestRequest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting