Freigeben über


WebTestContext.LastRequestOutcome-Eigenschaft

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

Syntax

'Declaration
Public Property LastRequestOutcome As Outcome
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.WebTesting.Outcome

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestContext Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace