NAnt
Help
Function Reference
property::exists |
v0.85-rc3 |
[This is preliminary documentation and subject to change.]
Checks whether the specified property exists.
bool property::exists(name)
| Name | Type | Description |
|---|---|---|
| name | string | The property to test. |
Check whether the "debug" property exists.
property::exists('debug')