Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.