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