Summary
Specifies whether the external program is a managed application
which should be executed using a runtime engine, if configured.
The default is false
.
Syntax
[TaskAttribute("managed")]
public override ManagedExecution Managed { get; set; }
Attributes
Type |
Description |
TaskAttributeAttribute |
Indicates that property should be treated as a XML attribute for the
task.
|
Value
Type |
Description |
ManagedExecution |
true if the external program should be executed
using a runtime engine; otherwise, false .
|