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)

属性值

类型:Int32
最大用户计数。

备注

对的更改任何属性如果任何提交,在分配到 LoadProfile 属性之前的配置文件。 有关示例,请参见LoadTestGoalBasedLoadProfile

.NET Framework 安全性

请参阅

参考

LoadTestLoadProfile 类

Microsoft.VisualStudio.TestTools.LoadTesting 命名空间

LoadTestScenario

LoadTestGoalBasedLoadProfile