Try OpenEdge Now
skip to main content
.NET Open Clients
Accessing Proxy Properties : Accessing properties with methods : General property accessor methods for Connection objects : Set property methods syntax
 
Set property methods syntax
public void   SetStringProperty(string propName, string propValue)
public void   SetIntProperty(string propName, int propValue)
public void   SetLongProperty(string propName, long propValue)
public void   SetBooleanProperty(string propName, boolean propValue)
propName
The property name. This can be any of the properties listed in the tables in Availableproperties.
propValue
The value for propName.