Gets or sets an object that contains context variables that are available to the Web performance test at run time.
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)