StartServiceSimulationTestStepAction Property |
Gets or sets the Action to control the current Service Simulation test step
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; }
<DataMemberAttribute>
Public Property Action As ServiceControlActions
Get
Set
public:
[DataMemberAttribute]
property ServiceControlActions Action {
ServiceControlActions get ();
void set (ServiceControlActions value);
}
[<DataMemberAttribute>]
member Action : ServiceControlActions with get, set
Property Value
Type:
ServiceControlActionsStart or
StopSee Also