Checks whether the specified property is a dynamic property.
true if the specified property is a dynamic property; otherwise, false.
Exception Type | Condition |
---|---|
ArgumentException | Property name has not been set. |
Check whether the "debug" property is a dynamic property.
property::is-dynamic('debug')
PropertyFunctions Class | NAnt.Core.Functions Namespace