project::property-exists

bool project::property-exists (
     string propertyName
)

Description

Get the name of the current project.

Verifies that the project or current target has a property.

Parameters

Table 12. Parameters

Name Type Description
propertyName string The name of the property to find.

Return Values

True if the property was found, false if not.