| IGenericMeasureGetLinkedObjectsAsync Method |
Lists the linked objects to a generic object, a dimension or a measure.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
SyntaxTask<IEnumerable<NxLinkedObjectInfo>> GetLinkedObjectsAsync()
Function GetLinkedObjectsAsync As Task(Of IEnumerable(Of NxLinkedObjectInfo))
Return Value
Type:
TaskIEnumerableNxLinkedObjectInfo
See Also