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 : Get property methods syntax
 
Get property methods syntax
public static string    GetStringProperty(string propName)
public static int       GetIntProperty(string propName)
public static long      GetLongProperty(string propName)
public static boolean   GetBooleanProperty(String propName)