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