MessageReportItemIsError Property |
Gets or sets a value indicating whether this request contains error, calculated from
Status
Namespace:
Hummingbird.TestFramework.Automation.Report
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public bool IsError { get; set; }
<DataMemberAttribute>
Public Property IsError As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool IsError {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member IsError : bool with get, set
Property Value
Type:
Booleantrue if this instance is error; otherwise,
false.
See Also