PropertyArray

Description

Package: com.ibm.rpm.framework

Extends: Result

Usage

PropertyArray is used as the return type of some API methods. PropertyArray encapsulates the resulting properties and the exceptions that have been raised during the execution of a method.

Supported API Calls

Refer to the Application Interface section for details.

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. PropertyArray Field Description
Field Details
properties

Type: Property[]

Default value: N/A

Description: The list of properties returned by the operation.

Field validation description: N/A

Additional field security restrictions: N/A

Inherited Fields

Click on object for list of inherited fields:

From Result

Related Objects

N/A