Click or drag to resize

CommandLineTestStepArguments Property

Gets or sets the arguments for the command line. If the argument contains space, it must be quoted

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string Arguments { get; set; }

Property Value

Type: String
The arguments.
See Also