Condividi tramite


Proprietà TestScript.Name

Ottiene o imposta il nome del test in base all'identificatore sul quale lo script era basato e per il quale era stato generato.

Spazio dei nomi:  Microsoft.Data.Schema.UnitTesting
Assembly:  Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)

Sintassi

'Dichiarazione
Public Property Name As String
    Get
    Set
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestScript Classe

Spazio dei nomi Microsoft.Data.Schema.UnitTesting