NAnt SDK Documentation - v0.92 |
|
ExternalProgramBase.ProgramFileName Property
Gets the filename of the external program to start.
[Visual Basic]
Overridable Public ReadOnly Property ProgramFileName As
String
[C#]
public virtual
string ProgramFileName {get;}
Property Value
The filename of the external program.
Remarks
Override in derived classes to explicitly set the location of the external tool.
See Also
ExternalProgramBase Class | NAnt.Core.Tasks Namespace