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::IsAddedContextParameter Property

 

Gets a Boolean value that indicates that 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:
property bool IsAddedContextParameter {
	bool get();
}

Property Value

Type: System::Boolean

true if the property is an added context parameter name; otherwise, false.

Return to top
Show: