Gets the dynamic properties of an app.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Task<NxAppProperties> GetAppPropertiesAsync(
string userHandle = null
)
public Task<NxAppProperties> GetAppPropertiesAsync(
string userHandle = null
)
Public Function GetAppPropertiesAsync (
Optional userHandle As String = Nothing
) As Task(Of NxAppProperties)
Public Function GetAppPropertiesAsync (
Optional userHandle As String = Nothing
) As Task(Of NxAppProperties)
Parameters
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task NxAppProperties Implements
IApp GetAppPropertiesAsync(String)