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