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 : Set property methods syntax
 
Set property methods syntax
public static void   SetStringProperty(string propName, string propValue)
public static void   SetIntProperty(string propName, int propValue)
public static void   SetLongProperty(string propName, long propValue)
public static 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.