ConfigurationManagerUpdateAppSettings Method |
Updates an app setting in the database.
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic static bool UpdateAppSettings(
string key,
string value
)
Public Shared Function UpdateAppSettings (
key As String,
value As String
) As Boolean
Parameters
- key
- Type: SystemString
Key to change. - value
- Type: SystemString
New value.
Return Value
Type:
BooleanBoolean indicating success
See Also