Summary
Gets the command-line arguments for the external program.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- IlasmTask
Syntax
public override string ProgramArguments { get; }
Value
Type | Description |
---|---|
string |
A string that contains the command-line
arguments for the external program.
|