property::exists

Checks whether the specified property exists.

Usage

bool property::exists(name)

Parameters

Name Type Description
name string The property to test.

Return Value

true if the specified property exists; otherwise, false.

Examples

Requirements

Assembly: NAnt.Core (0.91.4312.0)