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; }<DataMemberAttribute>
Public Property ServiceResponseTime As SerializableDictionary(Of Guid, List(Of MeasurePoint))
	Get
	Set
public:
[DataMemberAttribute]
property SerializableDictionary<Guid, List<MeasurePoint^>^>^ ServiceResponseTime {
	SerializableDictionary<Guid, List<MeasurePoint^>^>^ get ();
	void set (SerializableDictionary<Guid, List<MeasurePoint^>^>^ value);
}[<DataMemberAttribute>]
member ServiceResponseTime : SerializableDictionary<Guid, List<MeasurePoint>> with get, set
Property Value
Type: 
SerializableDictionaryGuid, 
ListMeasurePoint
            The service response time.
            
See Also