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)
Syntaxpublic void R_setConfig(
string name,
Object value
)
Public Sub R_setConfig (
name As String,
value As Object
)
public:
virtual void R_setConfig(
String^ name,
Object^ value
) sealed
abstract R_setConfig :
name : string *
value : Object -> unit
override R_setConfig :
name : string *
value : Object -> unit
Parameters
- name
- Type: SystemString
The name of the config option to set - value
- Type: SystemObject
The value to set it to
See Also