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