Summary
The command-line arguments for the program. These will be
passed as is to the external program. When quoting is necessary,
these must be explicitly set as part of the value. Consider using
nested
NAnt.Core.Tasks.ExternalProgramBase.Arguments
elements instead.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- ExecTask
Syntax
[TaskAttribute("commandline")]
public string CommandLineArguments { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
string |