StartWindowsServiceTestStepTimeout Property |
Gets or sets the Timeout in seconds to wait for the service to start or to stop.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public int Timeout { get; set; }
<DataMemberAttribute>
Public Property Timeout As Integer
Get
Set
public:
[DataMemberAttribute]
property int Timeout {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member Timeout : int with get, set
Property Value
Type:
Int32
The timeout
See Also