Programming with Reflection
GetString method
Syntax String = object.GetString(Setting)
Provides an alternate way of returning the value of a property. The returned value of this method is equivalent to the current value of the specified property.
Setting Argument type: Enumeration
Use "rc" followed by the name of the property. For example, use rcHostName to return the value of the Hostname property.
String Argument type: String
The current property value.