Share via


ITestElement.ErrorMessageForNonRunnable Property

Definition

Gets the error message to use when this test cannot be executed.

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

Property Value

The error message to use when this test cannot be executed.

Applies to