Click or drag to resize

MessageAddedEventArgsMessage Property

Gets the message that is added into the message queue.

Namespace:  Hummingbird.TestFramework.Messaging
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public Message Message { get; }

Property Value

Type: Message
The message added into the message queue.
See Also