WebTest.Context Property
Gets or sets an object that contains context variables that are available to the Web 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
'Usage
Dim instance As WebTest
Dim value As WebTestContext
value = instance.Context
instance.Context = value
public WebTestContext Context { get; internal set; }
public:
property WebTestContext^ Context {
WebTestContext^ get ();
void set (WebTestContext^ value);
}
public function get Context () : WebTestContext
public 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.