BaseConfigManagersetConfig Method (ConfigOptions, Object) |
Set a config option
Namespace:
Kratos_3.Config
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic void setConfig(
ConfigOptions name,
Object value
)
Public Sub setConfig (
name As ConfigOptions,
value As Object
)
public:
virtual void setConfig(
ConfigOptions name,
Object^ value
) sealed
abstract setConfig :
name : ConfigOptions *
value : Object -> unit
override setConfig :
name : ConfigOptions *
value : Object -> unit
Parameters
- name
- Type: ConfigOptions
The config option to set - value
- Type: SystemObject
The value to set it to
See Also