Aracılığıyla paylaş


LoadTestLoadProfile.MinUserCount Özellik

Alır veya en az sayıda kullanıcıyla LoadTestLoadProfile genişletme sınıfının GetLoad yöntemi tarafından döndürülen ayarlar.

Ad alanı:  Microsoft.VisualStudio.TestTools.LoadTesting
Derleme:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll içinde)

Sözdizimi

'Bildirim
Public Overridable Property MinUserCount As Integer
    Get
    Set
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)

Özellik Değeri

Tür: System.Int32
Bugüne kadar tarafından döndürülebilecek en küçük kullanıcı sayısı LoadTestLoadProfile.GetLoad yöntemi.

Açıklamalar

Değişiklikleri özelliklerden herhangi biri için tüm atölyeye profile atamadan önce LoadProfileproperty(). Örnek için bkz. LoadTestGoalBasedLoadProfile.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

LoadTestLoadProfile Sınıf

Microsoft.VisualStudio.TestTools.LoadTesting Ad Alanı

LoadTestScenario

LoadTestGoalBasedLoadProfile