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