CommandLineTestStepWorkingDirectory Property |
Gets or sets the working directory. If the property is or Empty, the working directory will be set to the same directory of the Project File
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string WorkingDirectory { get; set; }
<DataMemberAttribute>
Public Property WorkingDirectory As String
Get
Set
public:
[DataMemberAttribute]
property String^ WorkingDirectory {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member WorkingDirectory : string with get, set
Property Value
Type:
String
The working directory.
See Also