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
- 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.