Sdílet prostřednictvím


TestRun.Name – vlastnost

Získá nebo nastaví název zkoušky.

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

Syntaxe

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

Hodnota vlastnosti

Typ: String
Název zkoušky.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestRun Třída

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