LoadTestCaseServicePassrate Property |
Gets or sets the pass rate operation by operation during the last execution. Only request operations are measured.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public SerializableDictionary<Guid, List<MeasurePoint>> ServicePassrate { get; protected set; }
Public Property ServicePassrate As SerializableDictionary(Of Guid, List(Of MeasurePoint))
Get
Protected Set
public:
property SerializableDictionary<Guid, List<MeasurePoint^>^>^ ServicePassrate {
SerializableDictionary<Guid, List<MeasurePoint^>^>^ get ();
protected: void set (SerializableDictionary<Guid, List<MeasurePoint^>^>^ value);
}
member ServicePassrate : SerializableDictionary<Guid, List<MeasurePoint>> with get, set
Property Value
Type:
SerializableDictionaryGuid,
ListMeasurePoint
The service pass rate operation by operation
See Also