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