Arbortext Command Language > Functions by Alphabetical Listing > set_custom_property
  
set_custom_property
set_custom_property (key, value)
This function defines a value for the specified key that will be stored in memory. These keys and values can be used by customizations, applications, and repository adapters for configuration purposes.
key — String value as defined by the customization, application or adapter.
value — Any value, including an empty string.
set_custom_property returns any previous value associated with the specified key. This function will return an empty string if there is either no previous value or the previous value is an empty string.
Use the get_custom_property function to retrieve a parameter and its associated value.