Click or drag to resize

IClientConfigAccessSetValue Method (String, String)

Set the value of the specified field

Namespace:  Kratos_3.Interfaces
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
void SetValue(
	string valueName,
	string value
)

Parameters

valueName
Type: SystemString
Name of field who's value we want to set
value
Type: SystemString
Value specified field should be set to
See Also