public System.string Option( System.string key, System.string defaultValue )
Parameters
- key
- The name (key) of the option in the dictionary to set. See the table of keys under "option" in the Config File XML Reference for a list and description of the built-in keys. Custom keys may also be used.
- defaultValue
- If no value for key can be found, this method will return this value, which is null be default.
Return Value
The string representing the value of the requested key. If no value for key can be found, the defaultValue will be returned.