共用方式為


LastRequestOutcomeRule.RequestOutcome 屬性

取得或設定要求的結果。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
Public Property RequestOutcome As Outcome
public Outcome RequestOutcome { get; set; }
public:
property Outcome RequestOutcome {
    Outcome get ();
    void set (Outcome value);
}
member RequestOutcome : Outcome with get, set
function get RequestOutcome () : Outcome
function set RequestOutcome (value : Outcome)

屬性值

型別:Microsoft.VisualStudio.TestTools.WebTesting.Outcome
要求的 Outcome

.NET Framework 安全性

請參閱

參考

LastRequestOutcomeRule 類別

Microsoft.VisualStudio.TestTools.WebTesting.Rules 命名空間

Outcome