WebTest.LastRequestOutcome Özellik
Ad alanı: Microsoft.VisualStudio.TestTools.WebTesting
Derleme: Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)
Sözdizimi
'Bildirim
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)
Özellik Değeri
Tür: Microsoft.VisualStudio.TestTools.WebTesting.Outcome
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen güvenilen kod kitaplıklarını kullanma.