Share via


TestRunConfiguration.Description Property

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

Syntax

'Declaration
<VisiblePropertyAttribute> _
<GroupingPropertyAttribute> _
Public Property Description As String
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public string Description { get; set; }
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
[<VisiblePropertyAttribute>]
[<GroupingPropertyAttribute>]
member Description : string with get, set
function get Description () : String 
function set Description (value : String)

Property Value

Type: String

.NET Framework Security

See Also

Reference

TestRunConfiguration Class

Microsoft.VisualStudio.TestTools.Common Namespace