NAnt SDK Documentation - v0.92

ExecTask.UseRuntimeEngine Property

NOTE: This property is now obsolete.

Use the managed attribute and Managed property instead.


Specifies whether the external program should be executed using a runtime engine, if configured. The default is false.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="useruntimeengine", ExpandProperties:=True, ProcessXml:=True), _  Obsolete(Message:="Use the managed attribute and Managed property instead.", IsError:=False)>
Overrides Public Property UseRuntimeEngine As Boolean
[C#]
[TaskAttribute(Required=False, Name="useruntimeengine", ExpandProperties=True, ProcessXml=True)]
[Obsolete(Message="Use the managed attribute and Managed property instead.", IsError=False)]
public override bool UseRuntimeEngine {get; set;}

Property Value

true if the external program should be executed using a runtime engine; otherwise, false.

See Also

ExecTask Class | NAnt.Core.Tasks Namespace