GET-PROPERTY( ) method
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Gets the value of the specified application-defined property
stored in the client-principal object. The client-principal object
may be sealed or unsealed. If the specified property is not stored
in the object, or the property does not have a value, this method
returns the Unknown value (?).
Return type: CHARACTER
Applies to: Client-principal object handle
Syntax
|
- property-name
- A case-sensitive character string that specifies the name of an application-defined property stored in the client-principal object. You must enclose this character string in quotes.
You can also use the LIST-PROPERTY-NAMES( ) method to retrieve a list of all application-defined properties stored in the client-principal.
The following code fragment illustrates how to use the GET-PROPERTY( ) method:
|