TestRunConfiguration.Description Property
Gets or sets the description of the test run.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<GroupingPropertyAttribute> _
<VisiblePropertyAttribute> _
Public Property Description As String
[GroupingPropertyAttribute]
[VisiblePropertyAttribute]
public string Description { get; set; }
[GroupingPropertyAttribute]
[VisiblePropertyAttribute]
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
[<GroupingPropertyAttribute>]
[<VisiblePropertyAttribute>]
member Description : string with get, set
function get Description () : String
function set Description (value : String)
Property Value
Type: String
The description of the test run.
.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.