Click or drag to resize

ConfigurationManagerSetValueT Method (DictionaryString, String)

Note: This API is now obsolete.

Sets the value.

Namespace:  Dynamicweb.Configuration
Assembly:  Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax
[ObsoleteAttribute("Use non-generic SetValue instead.")]
public virtual void SetValue<T>(
	Dictionary<string, string> keyValues
)
where T : IConvertible

Parameters

keyValues
Type: System.Collections.GenericDictionaryString, String
The key values.

Type Parameters

T
See Also