name property (JSDO class)
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns the name of the Data Object resource for which the current JSDO was created.
This value must match the name of a resource provided by the Data Object Service for which a login session has already been started.
Note: To set this property, you must pass its value to the JSDO
constructor.
Data type:
string
Access: Read-only
Applies to: progress.data.JSDO class