Summary
Gets the command-line arguments for the external program.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- ExternalProgramBase
Syntax
public abstract string ProgramArguments { get; }
Value
Type | Description |
---|---|
string | The command-line arguments for the external program. |