LoadTestCaseServiceResponseTime Property |
Gets or sets the service response time.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public SerializableDictionary<Guid, List<MeasurePoint>> ServiceResponseTime { get; protected set; }
Public Property ServiceResponseTime As SerializableDictionary(Of Guid, List(Of MeasurePoint))
Get
Protected Set
public:
property SerializableDictionary<Guid, List<MeasurePoint^>^>^ ServiceResponseTime {
SerializableDictionary<Guid, List<MeasurePoint^>^>^ get ();
protected: void set (SerializableDictionary<Guid, List<MeasurePoint^>^>^ value);
}
member ServiceResponseTime : SerializableDictionary<Guid, List<MeasurePoint>> with get, set
Property Value
Type:
SerializableDictionaryGuid,
ListMeasurePoint
The service response time.
See Also