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; }
<XmlIgnoreAttribute>
<IgnoreDataMemberAttribute>
Public Property Metadata As AbstractMetadata
Get
Set
public:
[XmlIgnoreAttribute]
[IgnoreDataMemberAttribute]
property AbstractMetadata^ Metadata {
AbstractMetadata^ get ();
void set (AbstractMetadata^ value);
}
[<XmlIgnoreAttribute>]
[<IgnoreDataMemberAttribute>]
member Metadata : AbstractMetadata with get, set
Property Value
Type:
AbstractMetadata
The metadata.
See Also