Summary
Gets the command-line arguments for the external program.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- AssemblyLinkerTask
Syntax
public override string ProgramArguments { get; }
Value
| Type | Description |
|---|---|
| string |
The command-line arguments for the external program or
null if the task is not being executed.
|
