Click or drag to resize
GenericObjectGetEffectivePropertiesAsync Method

Returns the identifier, the type and the properties of the object.

If the object contains some soft properties, the soft properties are returned.

If the object is linked to another object, the properties of the linking object are returned.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<GenericObjectProperties> GetEffectivePropertiesAsync()

Return Value

Type: TaskGenericObjectProperties

Implements

IGenericObjectGetEffectivePropertiesAsync
See Also