Click or drag to resize

BaseConfigManagersetConfig Method (ConfigOptions, Int32)

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,
	int value
)

Parameters

name
Type: ConfigOptions
The config option to set
value
Type: SystemInt32
The value to set it to
Exceptions
ExceptionCondition
ValueNotWithinBoundsExceptionThrown if this config option has a minimum and maximum value defined, and the value passed is not within that range
See Also