Condividi tramite


Proprietà PerformanceCounterValue.MachineName

Ottiene il nome del computer da cui il valore del contatore delle prestazioni è stato recuperato.

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

Sintassi

'Dichiarazione
Public ReadOnly Property MachineName As String
public string MachineName { get; }
public:
property String^ MachineName {
    String^ get ();
}
member MachineName : string with get
function get MachineName () : String

Valore proprietà

Tipo: System.String
Il nome del computer da cui il valore del contatore delle prestazioni è stato recuperato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PerformanceCounterValue Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.LoadTesting