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.

DeclarativeWebTest::ContextParameters Property

 

Gets the set of context parameters associated with this Web performance test.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property ContextParameterCollection^ ContextParameters {
	ContextParameterCollection^ get();
	internal: void set(ContextParameterCollection^ value);
}

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting::ContextParameterCollection^

A collection of context parameters.

Return to top
Show: