Freigeben über


PreRequestEventArgs.Instruction-Eigenschaft

Ruft WebTestExecutionInstruction für diese Anforderung ab oder legt sie fest.Dadurch kann eine spätere Anforderung übersprungen werden.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.WebTesting.WebTestExecutionInstruction
Ein WebTestExecutionInstruction-Objekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

PreRequestEventArgs Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace