property::is-dynamic

Checks whether the specified property is a dynamic property.

Usage

bool property::is-dynamic(name)

Parameters

Name Type Description
name string The property to test.

Return Value

true if the specified property is a dynamic property; otherwise, false.

Exceptions

The function will fail in any of the following circumstances:

Examples

Requirements

Assembly: NAnt.Core (0.91.4312.0)