IClientConfigAccessSetValue Method (String, Int32) |
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,
int value
)
Sub SetValue (
valueName As String,
value As Integer
)
void SetValue(
String^ valueName,
int value
)
abstract SetValue :
valueName : string *
value : int -> unit
Parameters
- valueName
- Type: SystemString
Name of field who's value we want to set - value
- Type: SystemInt32
Value specified field should be set to
See Also