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

AssemblyLinkerTask.ProgramArguments Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.AssemblyLinkerTask.ProgramArguments

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace