Click or drag to resize

LoadTestReportItemServiceResponseTime Property

Gets or sets the service response time.

Namespace:  Hummingbird.TestFramework.Automation.Report
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public SerializableDictionary<Guid, List<MeasurePoint>> ServiceResponseTime { get; set; }

Property Value

Type: SerializableDictionaryGuid, ListMeasurePoint
The service response time.
See Also