Click or drag to resize

IClientConfigAccessSetValue Method (String, Int64)

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

Parameters

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