Share via


RunInfo.OutcomeText Property

Definition

Gets the text representation of the Outcome property value.

public:
 property System::String ^ OutcomeText { System::String ^ get(); };
public string OutcomeText { get; }
member this.OutcomeText : string
Public ReadOnly Property OutcomeText As String

Property Value

A string that contains the name of the TestOutcome member that the Outcome property represents.

Applies to