Outcome Enum

Definition

public enum class Outcome
[System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.TestTools.WebTesting.OutcomeConverter))]
public enum Outcome
[<System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.TestTools.WebTesting.OutcomeConverter))>]
type Outcome = 
Public Enum Outcome
Inheritance
Outcome
Attributes

Fields

Fail 1
Pass 0

Applies to