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

ExecTask.ProgramFileName Property

[This is preliminary documentation and subject to change.]

Gets the filename of the external program to start.

[Visual Basic]
Overrides Public ReadOnly Property ProgramFileName As String
[C#]
public override string ProgramFileName {get;}

Property Value

The filename of the external program.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.ExecTask.ProgramFileName

See Also

ExecTask Class | NAnt.Core.Tasks Namespace