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

ExternalProgramBase.ExeName Property

[This is preliminary documentation and subject to change.]

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