Click or drag to resize

MessageMetadata Property

Gets or sets the metadata related to this Message

Namespace:  Hummingbird.TestFramework.Messaging
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[XmlIgnoreAttribute]
[IgnoreDataMemberAttribute]
public AbstractMetadata Metadata { get; set; }

Property Value

Type: AbstractMetadata
The metadata.
See Also