Condividi tramite


Proprietà TestRun.Name

Ottiene o imposta il nome dell'esecuzione dei test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
<VisiblePropertyAttribute> _
Public Property Name As String
    Get
    Set
[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)

Valore proprietà

Tipo: System.String
Nome dell'esecuzione dei test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestRun Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common