Integration Cloud 7.0.0 | Built-In Services | Built-In Services | get
 
get
Gets the value for a specified key in the hashtable.
Input Parameters
hashtable
java.util.Hashtable Hashtable from which to retrieve the specified value.
key
String Key of the hashtable element whose value is to be retrieved.
Output Parameters
value
Object Value of the input hashtable element.