TestStepBaseRelatedMessage Property |
Gets or sets a
Message object related to the current test step.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [IgnoreDataMemberAttribute]
[XmlIgnoreAttribute]
public Message RelatedMessage { get; protected set; }
<IgnoreDataMemberAttribute>
<XmlIgnoreAttribute>
Public Property RelatedMessage As Message
Get
Protected Set
public:
[IgnoreDataMemberAttribute]
[XmlIgnoreAttribute]
property Message^ RelatedMessage {
Message^ get ();
protected: void set (Message^ value);
}
[<IgnoreDataMemberAttribute>]
[<XmlIgnoreAttribute>]
member RelatedMessage : Message with get, set
Property Value
Type:
Message
The message can only be assigned within the Test Step, by the Run() function
See Also