PropertyInfo Properties
This section discusses the PropertyInfo properties in alphabetical order.
Description
This property doesn’t actually return all the documentation for the class, just a brief description of the class, as a string. This property is read-only.
Description
This property returns the name of the object as a string.
This property is read-only.
Description
This property returns the data type. Values are:
Bool (Boolean).
Number.
Float.
String.
Variant.
Blob (binary large object).
Any API class name.
This property is read-only.
Description
This property returns a number that describes in which direction the specified property (or argument) can be passed. The following table describes the valid values.
| 
 Value  | 
 Description  | 
|---|---|
| 
 0  | 
 Can be passed into PeopleSoft API.  | 
| 
 1  | 
 Can be passed out of PeopleSoft API.  | 
| 
 2  | 
 Can be passed either into or out of PeopleSoft API.  | 
This property is read-only.