WebTest.Context Property

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

.NET Framework Security

See Also

Reference

WebTest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace