Click or drag to resize

LoadTestCaseMaxMesurePoints Property

Gets or sets the number of measure points to calculate performance counters;

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public int MaxMesurePoints { get; set; }

Property Value

Type: Int32
The measure points.
See Also