Summary
Name of the package to reference. Multiple package can be specified
with a single element as a semi-colon separated list of
package names.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- Package
Syntax
[TaskAttribute("name", Required = true)]
[StringValidator(AllowEmpty = false)]
public string PackageName { 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 |
