Properties Class Constructor

This section describes the constructor for the Properties class.

Syntax

Properties()

Description

Use the Properties constructor to instantiate a Properties object.

Parameters

None.

Returns

A Properties object.

Example

import PSXP_ENGINE:Properties;

Local PSXP_ENGINE:Properties &rProps = create PSXP_ENGINE:Properties();