TextTestResultMessage.Text Property

Definition

Gets the text that is associated with the test.

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

Property Value

The text that is associated with this test.

Applies to