Click or drag to resize

XmlConfigurationProviderSetValue Method

Sets the value of an entry with the specified key.

Namespace:  Dynamicweb.Configuration.Xml
Assembly:  Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax
public void SetValue(
	string key,
	string value
)

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.

Implements

IConfigurationProviderSetValue(String, String)
See Also