ReportItemDisplayMessage Property |
Gets or sets the display message.
Namespace:
Hummingbird.TestFramework.Automation.Report
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string DisplayMessage { get; set; }
<DataMemberAttribute>
Public Property DisplayMessage As String
Get
Set
public:
[DataMemberAttribute]
property String^ DisplayMessage {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member DisplayMessage : string with get, set
Property Value
Type:
String
The display message.
See Also