NAnt SDK Documentation - v0.92

ExternalProgramBase.ExeName Property

The name of the executable that should be used to launch the external program.

[Visual Basic]
<FrameworkConfigurable(Name:="exename", Required:=False, ExpandProperties:=True)>
Overridable Public Property ExeName As String
[C#]
[FrameworkConfigurable(Name="exename", Required=False, ExpandProperties=True)]
public virtual string ExeName {get; set;}

Property Value

The name of the executable that should be used to launch the external program, or a null reference (Nothing in Visual Basic) if no name is specified.

Remarks

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

See Also

ExternalProgramBase Class | NAnt.Core.Tasks Namespace