ExternalProgramBase.

ExeName Property

Summary

The name of the executable that should be used to launch the external program.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
ExternalProgramBase

Syntax

[FrameworkConfigurable("exename")]
public virtual string ExeName { get; set; }

Remarks

If available, the configured value in the NAnt configuration file will be used if no name is specified.

Attributes

Type Description
FrameworkConfigurableAttribute Indicates that the value of the property to which the attribute is assigned, can be configured on the framework-level in the NAnt application configuration file.

Value

Type Description
string The name of the executable that should be used to launch the external program, or null if no name is specified.