NAnt SDK Documentation - v0.92 |
|
ExecTask.ProcessIdProperty Property
The name of a property in which the unique identifier of the spawned application should be stored. Only of interest if Spawn is true.
[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _
TaskAttribute(Required:=False, Name:="pidproperty", ExpandProperties:=True, ProcessXml:=True)>
Public Property ProcessIdProperty As
String
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Required=False, Name="pidproperty", ExpandProperties=True, ProcessXml=True)]
public
string ProcessIdProperty {get; set;}
See Also
ExecTask Class | NAnt.Core.Tasks Namespace