Click or drag to resize

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; }

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