App Constructor
Qlik Sense .NET SDK - API Reference
Initializes a new instance of the
App
class
Namespace:
Qlik.Engine
Assembly:
Qlik.Engine
(in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
App
(
int
handle
)
public App( int handle )
Public
Sub
New
(
handle
As
Integer
)
Public Sub New ( handle As Integer )
Parameters
handle
Type:
System
Int32
See Also
App Class
App Members
Qlik.Engine Namespace