LoadTestLoadProfile.MinUserCount 属性
获取或设置由扩展的 LoadTestLoadProfile 类的 GetLoad 方法能返回的最小用户数。
命名空间: Microsoft.VisualStudio.TestTools.LoadTesting
程序集: Microsoft.VisualStudio.QualityTools.LoadTestFramework(在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)
语法
声明
Public Overridable Property MinUserCount As Integer
public virtual int MinUserCount { get; set; }
public:
virtual property int MinUserCount {
int get ();
void set (int value);
}
abstract MinUserCount : int with get, set
override MinUserCount : int with get, set
function get MinUserCount () : int
function set MinUserCount (value : int)
属性值
类型:System.Int32
最小用户计数,以往任何时候都将由 LoadTestLoadProfile.GetLoad 方法返回。
备注
何属性的更改都应该在您将个人资料分配给 LoadProfileproperty 之前进行。有关示例,请参见LoadTestGoalBasedLoadProfile。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。