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; }
<DataMemberAttribute>
Public Property Arguments As String
Get
Set
public:
[DataMemberAttribute]
property String^ Arguments {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Arguments : string with get, set
Property Value
Type:
String
The arguments.
See Also