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.
IsContextParameterNameAttribute Constructor (Boolean)
Initializes a new instance of the IsContextParameterNameAttribute class by using the specified value to indicate whether the property is an added context parameter name.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- isAddedContextParameter
-
Type:
System::Boolean
true to declare the property is a context parameter name; otherwise, false.
Show: