StartServiceSimulationTestStepUseDefaultParameters Property |
Gets or sets a value indicating whether use the default parameters from test profile, For example the service ports.
If the automation has no profile associated, then the current test profile will be used.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public bool UseDefaultParameters { get; set; }
<DataMemberAttribute>
Public Property UseDefaultParameters As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool UseDefaultParameters {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member UseDefaultParameters : bool with get, set
Property Value
Type:
Booleantrue if parameters from Profile will be used; otherwise,
false.
See Also