Partilhar via


Propriedade WebTestRequest.Outcome

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

Sintaxe

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

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.Outcome

Segurança do .NET Framework

Consulte também

Referência

WebTestRequest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting