NAnt
![]() ![]() ![]() |
v0.92 |
Represents an option.
Attribute | Type | Description | Required |
---|---|---|---|
name | string | Name of the option. | True |
if | bool | Indicates if the option should be passed to the task. If true then the option will be passed; otherwise, skipped. The default is true. | False |
unless | bool | Indicates if the option should not be passed to the task. If false then the option will be passed; otherwise, skipped. The default is false. | False |
value | string | Value of the option. The default is a null reference (Nothing in Visual Basic). | False |