App GetAppPropertiesAsync Method (String)Qlik Sense .NET SDK - API Reference

Gets the dynamic properties of an app.

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

public Task<NxAppProperties> GetAppPropertiesAsync(
	string userHandle = null
)

Return Value

Type: OnlineTask NxAppProperties 

Implements

IApp GetAppPropertiesAsync(String)
See Also