TestStepEventArgs.TestStepDescription Property

Definition

Gets or sets the description of the test step.

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

Property Value

Returns a description of the test step.

Applies to