Gets or sets the working directory.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property WorkingDirectory As String |
| C# |
|---|
| public string WorkingDirectory { get; set; } |
| C++ |
|---|
| public property string WorkingDirectory sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_WorkingDirectory(); /** property */ public void set_WorkingDirectory(string value); |
| JScript |
|---|
| public function get WorkingDirectory() : String public function set WorkingDirectory(value : String); |
Property Value
The directory in which to run the executable file, or a null reference (Nothing in Visual Basic) if the executable file should be run in the current directory.
See Also
Documentation version 1.0.0.0.