LastRequestOutcomeRule.RequestOutcome 属性

获取或设置请求的结果。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Property RequestOutcome As Outcome
    Get
    Set
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