Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
[DefaultValueAttribute(Outcome::Pass)]
property Outcome RequestOutcome {
	Outcome get();
	void set(Outcome value);
}

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting::Outcome

The Outcome of the request.

Return to top
Show: