Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2010
WebTest Class
WebTest Properties
 LastRequestOutcome Property
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
API Reference for Testing Tools for Visual Studio ALM
WebTest..::.LastRequestOutcome Property

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Visual Basic
Public Property LastRequestOutcome As Outcome
C#
public Outcome LastRequestOutcome { get; internal set; }
Visual C++
public:
property Outcome LastRequestOutcome {
    Outcome get ();
    internal: void set (Outcome value);
}
F#
member LastRequestOutcome : Outcome with get, internal set
JScript
function get LastRequestOutcome () : Outcome
internal function set LastRequestOutcome (value : Outcome)
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker