getProperty( ) method
- Last Updated: June 14, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns the value of the specified JSDO user-defined property.
Return type: Any
Applies to: progress.data.JSDO class
Syntax
|
- name
- The name of a user-defined property to query from the JSDO.
Example
The following code fragment writes the value of the user-defined property,
"prop1", defined in jsdoCustOrders to the console
log:
|