NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
ExecTask.ResultProperty Property
[This is preliminary documentation and subject to change.]
The name of a property in which the exit code of the program should be stored. Only of interest if FailOnError is false.
If the exit code of the program is "-1000" then the program could not be started, or did not exit (in time).
[Visual Basic]<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _
TaskAttribute(Name:="resultproperty", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property ResultProperty As
String [C#][StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Name="resultproperty", Required=False, ExpandProperties=True, ProcessXml=True)]
public
string ResultProperty {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.ExecTask.ResultProperty
See Also
ExecTask Class | NAnt.Core.Tasks Namespace