Summary
Specifies whether the external program should be executed using a
runtime engine, if configured. The default is false.
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.
|