NAnt SDK Documentation - v0.92 |
|
ExecTask.Managed Property
Specifies whether the external program is a managed application which should be executed using a runtime engine, if configured. The default is false.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="managed", ExpandProperties:=True, ProcessXml:=True)>
Overrides Public Property Managed As
ManagedExecution
[C#]
[TaskAttribute(Required=False, Name="managed", ExpandProperties=True, ProcessXml=True)]
public override
NAnt.Core.Types.ManagedExecution Managed {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