NAnt SDK Documentation - v0.92

AssemblyLinkerTask.ProgramArguments Property

Gets the command-line arguments for the external program.

[Visual Basic]
Overrides Public ReadOnly Property ProgramArguments As String
[C#]
public override string ProgramArguments {get;}

Property Value

The command-line arguments for the external program or a null reference (Nothing in Visual Basic) if the task is not being executed.

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace