Compartir a través de


WebTestRequest.IgnoreHttpStatusCode (Propiedad)

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Boolean

Seguridad de .NET Framework

Vea también

Referencia

WebTestRequest Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)