Поделиться через


WebTestContext.LastRequestOutcome - свойство

Пространство имен:  Microsoft.VisualStudio.TestTools.WebTesting
Сборка:  Microsoft.VisualStudio.QualityTools.WebTestFramework (в Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Синтаксис

'Декларация
Public Property LastRequestOutcome As Outcome
public Outcome LastRequestOutcome { get; internal set; }
public:
property Outcome LastRequestOutcome {
    Outcome get ();
    internal: void set (Outcome value);
}
member LastRequestOutcome : Outcome with get, internal set
function get LastRequestOutcome () : Outcome
internal function set LastRequestOutcome (value : Outcome)

Значение свойства

Тип: Microsoft.VisualStudio.TestTools.WebTesting.Outcome

Безопасность платформы .NET Framework

См. также

Ссылки

WebTestContext Класс

Microsoft.VisualStudio.TestTools.WebTesting - пространство имен