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

Argument.Line Property

[This is preliminary documentation and subject to change.]

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

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.Argument.Line

See Also

Argument Class | NAnt.Core.Types Namespace