Programming with Reflection

image\rwnprg32.gif GetString method

 

Syntax String = object.GetString(Setting)

 

Description

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.

Arguments

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.

Return

String Argument type: String
The current property value.

 

 

image\jump.gif Keyword Index

image\popup.gif Reflection products that use this command