IClientConfigAccessSetValue Method (String, Object) |
Namespace:
Kratos_3.Interfaces
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxvoid SetValue(
string name,
Object value
)
Sub SetValue (
name As String,
value As Object
)
void SetValue(
String^ name,
Object^ value
)
abstract SetValue :
name : string *
value : Object -> unit
Parameters
- name
- Type: SystemString
- value
- Type: SystemObject
See Also