testsuitePropertyvalue 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 [XmlAttributeAttribute]
public string value { get; set; }
<XmlAttributeAttribute>
Public Property value As String
Get
Set
public:
[XmlAttributeAttribute]
property String^ value {
String^ get ();
void set (String^ value);
}
[<XmlAttributeAttribute>]
member value : string with get, set
Property Value
Type:
String
The value.
See Also