Click or drag to resize
ConnectionUserName Property
Name 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 user name.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public string UserName { get; set; }

Property Value

Type: String

Implements

IConnectionUserName
See Also