Summary
The name of a property in which the unique identifier of the spawned
application should be stored. Only of interest if
NAnt.Core.Tasks.ExecTask.Spawn
is true
.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- ExecTask
Syntax
[TaskAttribute("pidproperty")]
[StringValidator(AllowEmpty = false)]
public string ProcessIdProperty { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
String |
Used to indicate whether a string property should allow
an empty string value or not.
|
Value
Type | Description |
---|---|
string |