 | ConfigUpdateAppKeyInAppConfig Method |
Updates the app key in app config. (Will not work in WEB.Config!)
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static bool UpdateAppKeyInAppConfig(
string key,
string newValue
)
Public Shared Function UpdateAppKeyInAppConfig (
key As String,
newValue As String
) As Boolean
public:
static bool UpdateAppKeyInAppConfig(
String^ key,
String^ newValue
)
static member UpdateAppKeyInAppConfig :
key : string *
newValue : string -> bool
Parameters
- key
- Type: SystemString
The key. - newValue
- Type: SystemString
The new value.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Koden.Utils.Config.UpdateAppKeyInAppConfig(System.String,System.String)"]
See Also