Partager via


TestRunConfiguration.Name, propriété

Obtient ou définit le nom de la configuration de l'exécution.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
<GroupingPropertyAttribute> _
<VisiblePropertyAttribute> _
Public Property Name As String
    Get
    Set
[GroupingPropertyAttribute]
[VisiblePropertyAttribute]
public string Name { get; set; }
[GroupingPropertyAttribute]
[VisiblePropertyAttribute]
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
[<GroupingPropertyAttribute>]
[<VisiblePropertyAttribute>]
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Valeur de propriété

Type : System.String
Nom de la configuration d'exécution.

Sécurité .NET Framework

Voir aussi

Référence

TestRunConfiguration Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms