NAnt SDK Documentation - v0.85-nightly-2005-11-09

ExecTask.CommandLineArguments Property

[This is preliminary documentation and subject to change.]

The command-line arguments for the program.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.ExecTask.CommandLineArguments

See Also

ExecTask Class | NAnt.Core.Tasks Namespace