Propriedade WebTest.LastRequestOutcome
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
Public Property LastRequestOutcome As Outcome
Get
Friend Set
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)
Valor de propriedade
Tipo: Microsoft.VisualStudio.TestTools.WebTesting.Outcome
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.