NAnt SDK Documentation - v0.92

Argument.Line Property

List of command-line arguments; will be passed to the executable as is.

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

See Also

Argument Class | NAnt.Core.Types Namespace