Partager via


PerformanceCounterValue.MachineName, propriété

Obtient le nom de l'ordinateur à partir duquel la valeur du compteur de performance a été collectée.

Espace de noms :  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly :  Microsoft.VisualStudio.QualityTools.LoadTestFramework (dans Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MachineName As String
    Get
public string MachineName { get; }
public:
property String^ MachineName {
    String^ get ();
}
member MachineName : string
function get MachineName () : String

Valeur de propriété

Type : System.String
Nom de l'ordinateur à partir duquel la valeur du compteur de performance a été collectée.

Sécurité .NET Framework

Voir aussi

Référence

PerformanceCounterValue Classe

Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms