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