Condividi tramite


Proprietà IsContextParameterNameAttribute.IsAddedContextParameter

ottiene un valore booleano che indica che la proprietà è un nome di parametro di contesto aggiunto.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: System.Boolean
true se la proprietà è un nome di parametro di contesto aggiunto; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IsContextParameterNameAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting.Rules