Compartilhar via


Propriedade PreRequestEventArgs.Instruction

Obtém ou define o WebTestExecutionInstruction para esta solicitação. Isso permite que uma futura solicitação seja ignorada.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Property Instruction As WebTestExecutionInstruction
    Get
    Set
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

PreRequestEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting