| NAnt  Help  Function Reference  property::is-readonly | v0.85 | 
Checks whether the specified property is read-only.
bool property::is-readonly(name)
            
    
    | Name | Type | Description | 
|---|---|---|
| name | string | The property to test. | 
Check whether the "debug" property is read-only.
property::is-readonly('debug')