Condividi tramite


Proprietà TransactionTimer.Name

Ottiene o imposta il nome assegnato all'oggetto TransactionTimer. Questo nome viene visualizzato nell'Editor test prestazioni Web oppure in un test delle prestazioni Web codificato nei risultati del test delle prestazioni o del test di carico.

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

Sintassi

'Dichiarazione
Public Property Name As String
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: String
Nome del timer della transazione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TransactionTimer Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting