Click or drag to resize

IConfigurationSetValue Method

Overload List
  NameDescription
Public methodSetValue(String, Boolean)
Sets a boolean value for the specified property.
Public methodSetValue(String, Int32)
Sets an integer value for the specified property.
Public methodSetValue(String, String)
Sets a string value for the specified property.
Public methodSetValue(String, String)
Sets a string array value for the specified property.
Public methodSetValue(String, Object)
Sets the value of the specified property. If the property did exist until now, it is created.
(Inherited from IPropertyTarget.)
Top
See Also