PerformanceCounterValue.MachineName 属性

获取从中收集性能计数器值的计算机的名称。

命名空间:  Microsoft.VisualStudio.TestTools.LoadTesting
程序集:  Microsoft.VisualStudio.QualityTools.LoadTestFramework(在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)

语法

声明
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

属性值

类型:System.String
从中收集性能计数器值的计算机的名称。

.NET Framework 安全性

请参见

参考

PerformanceCounterValue 类

Microsoft.VisualStudio.TestTools.LoadTesting 命名空间