Share via


LastRequestOutcomeRule.RequestOutcome Property

Gets or sets the outcome of the request.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.Outcome
The Outcome of the request.

.NET Framework Security

See Also

Reference

LastRequestOutcomeRule Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace

Outcome