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

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

public:
IsContextParameterNameAttribute(
	bool isAddedContextParameter
)

Parameters

isAddedContextParameter
Type: System::Boolean

true to declare the property is a context parameter name; otherwise, false.

Return to top
Show: