Compartir a través de


ForLoopRule.ContextParameterName (Propiedad)

Obtiene o establece el nombre del parámetro de contexto.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
<IsContextParameterNameAttribute(True)> _
Public Property ContextParameterName As String
[IsContextParameterNameAttribute(true)]
public string ContextParameterName { get; set; }
[IsContextParameterNameAttribute(true)]
public:
property String^ ContextParameterName {
    String^ get ();
    void set (String^ value);
}
[<IsContextParameterNameAttribute(true)>]
member ContextParameterName : string with get, set
function get ContextParameterName () : String 
function set ContextParameterName (value : String)

Valor de propiedad

Tipo: String
Nombre del parámetro de contexto.

Seguridad de .NET Framework

Vea también

Referencia

ForLoopRule Clase

Microsoft.VisualStudio.TestTools.WebTesting.Rules (Espacio de nombres)