ExecTask.

UseRuntimeEngine Property

Summary

Specifies whether the external program should be executed using a runtime engine, if configured. The default is false.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
ExecTask

Syntax

[TaskAttribute("useruntimeengine")]
[Obsolete("Use the managed attribute and Managed property instead.", false)]
public override bool UseRuntimeEngine { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
ObsoleteAttribute

Value

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