| IAppModifyConnection Method  | 
Updates a connection.
The identifier of a connection cannot be updated.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxvoid ModifyConnection(
	string connectionId,
	Connection connection,
	bool overrideCredentials = false
)
Sub ModifyConnection ( 
	connectionId As String,
	connection As Connection,
	Optional overrideCredentials As Boolean = false
)
Parameters
- connectionId
 - Type: SystemString
Identifier of the connection
                                        This parameter is mandatory. - connection
 - Type: Qlik.EngineConnection
Information about the connection. 
                                        Properties that can be updated.
                                        This parameter is mandatory. - overrideCredentials (Optional)
 - Type: SystemBoolean
Set this parameter to true to override the user name and password.
                                        This parameter is optional. 
See Also