Click or drag to resize

LoadTestReportItemRawMessages Property

Gets or sets the raw messages that is used for calculation.

Namespace:  Hummingbird.TestFramework.Automation.Report
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public List<MessageReportItem> RawMessages { get; set; }

Property Value

Type: ListMessageReportItem
The raw messages.
See Also