Share via


DeclarativeWebTest.ContextParameters Property

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

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

Syntax

'Declaration
Public Property ContextParameters As ContextParameterCollection
'Usage
Dim instance As DeclarativeWebTest 
Dim value As ContextParameterCollection 

value = instance.ContextParameters

instance.ContextParameters = value
public ContextParameterCollection ContextParameters { get; internal set; }
public:
property ContextParameterCollection^ ContextParameters {
    ContextParameterCollection^ get ();
    void set (ContextParameterCollection^ value);
}
public function get ContextParameters () : ContextParameterCollection 
public 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

DeclarativeWebTest Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace