AbstractTestItemDisplayMessage Property |
Gets or sets the information can be shown to the user
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [IgnoreDataMemberAttribute]
public string DisplayMessage { get; set; }
<IgnoreDataMemberAttribute>
Public Property DisplayMessage As String
Get
Set
public:
[IgnoreDataMemberAttribute]
property String^ DisplayMessage {
String^ get ();
void set (String^ value);
}
[<IgnoreDataMemberAttribute>]
member DisplayMessage : string with get, set
Property Value
Type:
String
The information.
See Also