Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.