BaseConfigManagergetConfigObject Method |
Return a config value as an uncast object
Namespace:
Kratos_3.Config
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic Object getConfigObject(
ConfigOptions name
)
Public Function getConfigObject (
name As ConfigOptions
) As Object
public:
virtual Object^ getConfigObject(
ConfigOptions name
) sealed
abstract getConfigObject :
name : ConfigOptions -> Object
override getConfigObject :
name : ConfigOptions -> Object
Parameters
- name
- Type: ConfigOptions
The config value to retrieve
Return Value
Type:
ObjectAn object representing a bool, string, or int for the config option
See Also