ResGenTask.

ProgramFileName Property

Summary

Gets the filename of the external program to start.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
ResGenTask

Syntax

public override string ProgramFileName { get; }

Remarks

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

Value

Type Description
string The filename of the external program.