LIST-PROPERTY-NAMES( ) method
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns a comma-separated list of all application-defined properties stored in the client-principal object. The client-principal object can be sealed or unsealed.
Return type: CHARACTER
Applies to: Client-principal object handle
Syntax
|
You can also use the GET-PROPERTY( ) method to get the value of a single property stored in the client-principal object.
The following code fragment illustrates how to use the LIST-PROPERTY-NAMES( ) method:
|
See also
CAN-DO function, ENTRY function, GET-PROPERTY( ) method, NUM-ENTRIES function, SET-PROPERTY( ) method