Partager via


TestRunConfiguration.Name, propriété

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

Syntaxe

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

Valeur de propriété

Type : String

Sécurité .NET Framework

Voir aussi

Référence

TestRunConfiguration Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms