Returns the property for a given category and key. For example: // All roles have numeric RegionalType storeProperty dirOrgRole using category = "1", key = "regionaltype", value = 3490 // Retrieve the Regional Type regtype = retrieveProperty(dirOrgRole, category : "1", key : "regionaltype") display ("Regional Type Property: " + regtype)
| Name | Type | Description | Mode |
|---|---|---|---|
| category | String | the category of the property to return | in |
| key | String | the name of the property to return | in |