Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LoadTestUserContext::InitializeTestContext Property

 

Gets or sets the state of the user context at the time InitializeTest was completed for the virtual user that is associated with the LoadTestUserContext object.

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

public:
property IDictionary<String^, Object^>^ InitializeTestContext {
	IDictionary<String^, Object^>^ get();
}

If the load test scenario specifies an InitializeTest, the InitialzeTestContext property contains the contents of the property collection of the TestContext or WebTestContext object at the time the InitializeTest completed.

Return to top
Show: