| IAppGetAppPropertiesAsync Method (AsyncHandle) | 
Gets the dynamic properties of an app.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
SyntaxTask<NxAppProperties> GetAppPropertiesAsync(
	AsyncHandle asyncHandle = null
)
Function GetAppPropertiesAsync ( 
	Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of NxAppProperties)
Parameters
- asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request 
Return Value
Type: 
TaskNxAppProperties
See Also