| IConfigurationProviderSetValue Method |
Sets the value of an entry with the specified key.
Namespace:
Dynamicweb.Configuration
Assembly:
Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax void SetValue(
string key,
string value
)
Sub SetValue (
key As String,
value As String
)
Parameters
- key
- Type: SystemString
The key of the entry to set a value for. - value
- Type: SystemString
A string that represents the value of an entry.
See Also