LoadTestLoadProfile.MaxUserCount 属性

获取或设置 GetLoad 方法能返回的最大用户数。

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

语法

声明
Public Overridable Property MaxUserCount As Integer
public virtual int MaxUserCount { get; set; }
public:
virtual property int MaxUserCount {
    int get ();
    void set (int value);
}
abstract MaxUserCount : int with get, set
override MaxUserCount : int with get, set
function get MaxUserCount () : int
function set MaxUserCount (value : int)

属性值

类型:System.Int32
最大用户计数。

备注

何属性的更改都应该在您将个人资料分配给 LoadProfileproperty 之前进行。有关示例,请参见LoadTestGoalBasedLoadProfile

.NET Framework 安全性

请参见

参考

LoadTestLoadProfile 类

Microsoft.VisualStudio.TestTools.LoadTesting 命名空间

LoadTestScenario

LoadTestGoalBasedLoadProfile