| Property | Type | Access | Description | 
|---|
| arguments | Array of ReflectionInfo | readonly | The description of method or function arguments. | 
| dataType | string | readonly | The data type. | 
| defaultValue | any | readonly | The default value. | 
| description | string | readonly | The long description text. | 
| help | string | readonly | The short description text. | 
| isCollection | bool | readonly | Contains true if the class describes a collection class. | 
| max | number | readonly | The maximum value. | 
| min | number | readonly | The minimum value. | 
| name | string | readonly | The element name. | 
| parent | Reflection | readonly | The class object that this element belongs to. | 
| sampleCode | string | readonly | Sample code, if present. | 
| sampleFile | File | readonly | A file containing sample code. May be null. | 
| type | string | readonly | The element type. One of unknown, readonly, readwrite, createonly, method or parameter.
 |