Programming with Reflection
SetString method
Syntax object.SetString Setting, String
Provides a way of linking a property value to an action or event (such as a toolbar button, keystroke, or hotspot) that can be mapped or linked to a Reflection method.
Use SetString to change the value of properties that take string values. Use SetNumeric to change the value of any property whose data type Boolean, numeric, or enumeration.
Setting Argument type: Enumeration
Use "rc" followed by the name of the property you want to change. For example, use rcHostName to change the value of the HostName property
String Argument type: String
The new value for the property you are changing.