Sdílet prostřednictvím


LastRequestOutcomeRule.RequestOutcome – vlastnost

Získá nebo nastaví výsledek požadavku.

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

Syntaxe

'Deklarace
Public Property RequestOutcome As Outcome
public Outcome RequestOutcome { get; set; }
public:
property Outcome RequestOutcome {
    Outcome get ();
    void set (Outcome value);
}
member RequestOutcome : Outcome with get, set
function get RequestOutcome () : Outcome 
function set RequestOutcome (value : Outcome)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.WebTesting.Outcome
Outcome Žádosti.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

LastRequestOutcomeRule Třída

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

Outcome