Try OpenEdge Now
.NET Open Clients
Accessing Proxy Properties
:
Accessing properties with methods
Accessing properties with methods
You can access properties on the
RunTimeProperties
class and on instances of the
Connection
class using a set of general property accessor methods. These methods access properties according to the method type (get or set) and the property name:
General property accessor methods for the RunTimeProperties class
General property accessor methods forConnection objects
Availableproperties
Accessing properties using purposed accessor methods
In this section:
General property accessor methods for the RunTimeProperties class
General property accessor methods for Connection objects
Available properties
Accessing properties using purposed accessor methods