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