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; }
<XmlArrayItemAttribute("ListOfMessages")>
Public Property Messages As List(Of Message)
Get
Set
public:
[XmlArrayItemAttribute(L"ListOfMessages")]
property List<Message^>^ Messages {
List<Message^>^ get ();
void set (List<Message^>^ value);
}
[<XmlArrayItemAttribute("ListOfMessages")>]
member Messages : List<Message> with get, set
Property Value
Type:
ListMessage
The messages (transactions of test).
See Also