Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Property Context As WebTestContext
public WebTestContext Context { get; internal set; }
public:
property WebTestContext^ Context {
WebTestContext^ get ();
internal: void set (WebTestContext^ value);
}
member Context : WebTestContext with get, internal set
function get Context () : WebTestContext
internal function set Context (value : WebTestContext)
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestContext
A WebTestContext object.
.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.