Freigeben über


TestRunConfiguration.Description-Eigenschaft

Ruft die Beschreibung des Testlaufs ab oder legt sie fest.

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
    Get
    Set
[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)

Eigenschaftswert

Typ: System.String
Die Beschreibung des Testlaufs.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestRunConfiguration Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace