Compartilhar via


Propriedade WebTestContext.LastRequestOutcome

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

Sintaxe

'Declaração
Public Property LastRequestOutcome As Outcome
    Get
    Friend Set
public Outcome LastRequestOutcome { get; internal set; }
public:
property Outcome LastRequestOutcome {
    Outcome get ();
    internal: void set (Outcome value);
}
member LastRequestOutcome : Outcome with get, internal set
function get LastRequestOutcome () : Outcome
internal function set LastRequestOutcome (value : Outcome)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.Outcome

Segurança do .NET Framework

Consulte também

Referência

WebTestContext Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting