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)
Syntaxvoid SetValue(
string valueName,
long value
)
Sub SetValue (
valueName As String,
value As Long
)
void SetValue(
String^ valueName,
long long value
)
abstract SetValue :
valueName : string *
value : int64 -> unit
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