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)

Syntax

'Declaration
Public ReadOnly Property IsAddedContextParameter As Boolean
public bool IsAddedContextParameter { get; }
public:
property bool IsAddedContextParameter {
    bool get ();
}
member IsAddedContextParameter : bool with get
function get IsAddedContextParameter () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

IsContextParameterNameAttribute Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace