Compartir a través de


PreRequestEventArgs.Instruction (Propiedad)

Obtiene o establece el objeto WebTestExecutionInstruction para esta solicitud.Permite omitir una solicitud próxima.

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

Sintaxis

'Declaración
Public Property Instruction As WebTestExecutionInstruction
public WebTestExecutionInstruction Instruction { get; set; }
public:
property WebTestExecutionInstruction Instruction {
    WebTestExecutionInstruction get ();
    void set (WebTestExecutionInstruction value);
}
member Instruction : WebTestExecutionInstruction with get, set
function get Instruction () : WebTestExecutionInstruction
function set Instruction (value : WebTestExecutionInstruction)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestExecutionInstruction
Un objeto WebTestExecutionInstruction.

Seguridad de .NET Framework

Vea también

Referencia

PreRequestEventArgs Clase

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