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