Connection Password Property Qlik Sense .NET SDK - API Reference
Password of the user who creates the connection. This parameter is optional; it is only used for OLEDB, ODBC and CUSTOM connections. A call to GetConnection method does not return the password.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public string Password { get; set; }

Property Value

Type: OnlineString

Implements

IConnection Password
See Also