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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。