StartWindowsServiceTestStepMachineName Property |
Gets or sets the name of the machine.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string MachineName { get; set; }
<DataMemberAttribute>
Public Property MachineName As String
Get
Set
public:
[DataMemberAttribute]
property String^ MachineName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member MachineName : string with get, set
Property Value
Type:
String
The name of the machine where to start or stop the service.
See Also