Try OpenEdge Now
skip to main content
.NET Open Clients
Accessing Proxy Properties : Accessing properties with methods : General property accessor methods for the RunTimeProperties class
 

General property accessor methods for the RunTimeProperties class

You can access global properties by property name using the get and set general purpose methods. When you use these methods, you must call the correct accessor based on the data type of the property. The following is the syntax for these general methods:
* Get property methods syntax
* Set property methods syntax
* Example