NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
ExecTask.UseRuntimeEngine Property
[This is preliminary documentation and subject to change.]
Specifies whether the external program should be executed using a runtime engine, if configured. The default is false.
[Visual Basic]
<TaskAttribute(Name:="useruntimeengine", Required:=False, ExpandProperties:=True, ProcessXml:=True), _
FrameworkConfigurable(Name:="useruntimeengine", Required:=False, ExpandProperties:=True)>
Overrides Public Property UseRuntimeEngine As
Boolean
[C#]
[TaskAttribute(Name="useruntimeengine", Required=False, ExpandProperties=True, ProcessXml=True)]
[FrameworkConfigurable(Name="useruntimeengine", Required=False, ExpandProperties=True)]
public override
bool UseRuntimeEngine {get; set;}
Property Value
true if the external program should be executed using a runtime engine; otherwise, false.
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.ExecTask.UseRuntimeEngine
See Also
ExecTask Class | NAnt.Core.Tasks Namespace