NOTE: This property is now obsolete.
Use the managed attribute and Managed property instead.
Specifies whether the external program is a managed application which should be executed using a runtime engine, if configured. The default is false.
true if the external program should be executed using a runtime engine; otherwise, false.
The value of UseRuntimeEngine is only used from Managed, and then only if its value is set to Default. In which case Managed returns Auto if UseRuntimeEngine is true.
In all other cases, the value of UseRuntimeEngine is ignored.
ExternalProgramBase Class | NAnt.Core.Tasks Namespace