property::is-readonly

Checks whether the specified property is read-only.

Usage

bool property::is-readonly(name)

Parameters

Name Type Description
name string The property to test.

Return Value

true if the specified property is read-only; otherwise, false.

Exceptions

The function will fail in any of the following circumstances:

Examples

Requirements

Assembly: NAnt.Core (0.91.4312.0)