Share via


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)

Syntax

'Declaration
Public Property ContextParameters As ContextParameterCollection
public ContextParameterCollection ContextParameters { get; internal set; }
public:
property ContextParameterCollection^ ContextParameters {
    ContextParameterCollection^ get ();
    internal: void set (ContextParameterCollection^ value);
}
member ContextParameters : ContextParameterCollection with get, internal set
function get ContextParameters () : ContextParameterCollection 
internal function set ContextParameters (value : ContextParameterCollection)

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.ContextParameterCollection
A collection of context parameters.

.NET Framework Security

See Also

Reference

DeclarativeWebTest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace