Click to Rate and Give Feedback
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..::.Context Property

Gets or sets an object that contains context variables that are available to the Web performance test at run time.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Visual Basic
Public Property Context As WebTestContext
C#
public WebTestContext Context { get; internal set; }
Visual C++
public:
property WebTestContext^ Context {
    WebTestContext^ get ();
    internal: void set (WebTestContext^ value);
}
F#
member Context : WebTestContext with get, internal set
JScript
function get Context () : WebTestContext
internal function set Context (value : WebTestContext)
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