NAnt SDK Documentation - v0.92

ExecTask.CommandLineArguments Property

The command-line arguments for the program. These will be passed as is to the external program. When quoting is necessary, these must be explictly set as part of the value. Consider using nested Arguments elements instead.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="commandline", ExpandProperties:=True, ProcessXml:=True)>
Public Property CommandLineArguments As String
[C#]
[TaskAttribute(Required=False, Name="commandline", ExpandProperties=True, ProcessXml=True)]
public string CommandLineArguments {get; set;}

See Also

ExecTask Class | NAnt.Core.Tasks Namespace