Summary
Determines whether the specified property is listed as read-only.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- PropertyDictionary
Syntax
public virtual bool IsReadOnlyProperty(string name)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the property to check. |
Return Value
| Type | Description |
|---|---|
| bool |
true if the property is listed as read-only;
otherwise, false.
|
