Sdílet prostřednictvím


TestRunConfiguration.Name – vlastnost

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
<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)

Hodnota vlastnosti

Typ: String

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestRunConfiguration Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů