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: String
Returns a description of the test step.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.