ITestElement.ErrorMessageForNonRunnable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.