StartServiceSimulationTestStepParameters Property |
Gets or sets the parameters used for the service.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public List<Parameter> Parameters { get; set; }
<DataMemberAttribute>
Public Property Parameters As List(Of Parameter)
Get
Set
public:
[DataMemberAttribute]
property List<Parameter^>^ Parameters {
List<Parameter^>^ get ();
void set (List<Parameter^>^ value);
}
[<DataMemberAttribute>]
member Parameters : List<Parameter> with get, set
Property Value
Type:
ListParameter
The parameters to be used for the test. if
UseDefaultParameters is set to False, these parameters will be used.
See Also