TestStepEventArgs.TestStepDescription Property

Gets or sets the description of the test step.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Property TestStepDescription As String
public string TestStepDescription { get; private set; }
public:
property String^ TestStepDescription {
    String^ get ();
    private: void set (String^ value);
}
member TestStepDescription : string with get, private set
function get TestStepDescription () : String
private function set TestStepDescription (value : String)

Property Value

Type: System.String
Returns a description of the test step.

.NET Framework Security

See Also

Reference

TestStepEventArgs Class

Microsoft.VisualStudio.TestTools.Execution Namespace

#ctor(DataCollectionContext, Int32, String, Boolean, Int32, String)