Click or drag to resize

StartWindowsServiceTestStepAction Property

Gets or sets the action to proceed, either Start or Stop

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public ServiceControlActions Action { get; set; }

Property Value

Type: ServiceControlActions
The action.
See Also