Click or drag to resize

BaseConfigManagersetConfig Method (ConfigOptions, Boolean)

Set a config option

Namespace:  Kratos_3.Config
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public void setConfig(
	ConfigOptions name,
	bool value
)

Parameters

name
Type: ConfigOptions
The config option to set
value
Type: SystemBoolean
The value to set it to
See Also