NAnt SDK Documentation - v0.92

ResGenTask.ProgramFileName Property

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

Override in derived classes to explicitly set the location of the external tool.

See Also

ResGenTask Class | NAnt.DotNet.Tasks Namespace