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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.