Compartilhar via


Propriedade LastResponseCodeRule.ResponseCode

Obtém ou define o código de resposta.

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

Sintaxe

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

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponseCode
O código de resposta.

Segurança do .NET Framework

Consulte também

Referência

LastResponseCodeRule Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules