Checks whether the specified property is a dynamic property.
bool property::is-dynamic(name)
Parameters
Name | Type | Description |
---|---|---|
name | string | The property to test. |
Return Value
true
if the specified property is a dynamic
property; otherwise, false
.
Examples
Check whether the "debug" property is a dynamic property.
property::is-dynamic('debug')
Requirements
- Assembly
- NAnt
.Core .dll - Namespace
-
NAnt
.Core .Functions