Click or drag to resize

BaseConfigManagerR_setConfig Method

Set a config option. Used by R. Not recommended for use outside of R.

Namespace:  Kratos_3.Config
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public void R_setConfig(
	string name,
	Object value
)

Parameters

name
Type: SystemString
The name of the config option to set
value
Type: SystemObject
The value to set it to
See Also