Sdílet prostřednictvím


WebTest.LastRequestOutcome – vlastnost

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.WebTesting.Outcome

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTest Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů