IDBConfigWriterUpdateAppSettings Method  | 
 
            Updates an app setting in the database.
            
 
    Namespace: 
   Cadcorp.Configuration.Connectors
    Assembly:
   Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxbool UpdateAppSettings(
	string key,
	string value
)
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