Click or drag to resize

HistoryMessages Property

Gets or sets the messages (transactions of test).

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[XmlArrayItemAttribute("ListOfMessages")]
public List<Message> Messages { get; set; }

Property Value

Type: ListMessage
The messages (transactions of test).
See Also