  | XmlConfigurationProviderSet Method  | 
 Note: This API is now obsolete.
            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[ObsoleteAttribute("Use SetValue instead")]
public void Set(
	string key,
	string value
)<ObsoleteAttribute("Use SetValue instead")>
Public Sub Set ( 
	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