GenericObjectEntry Children Property Qlik Sense .NET SDK - API Reference
Information about the children of the generic object.

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

public IEnumerable<GenericObjectEntry> Children { get; set; }

Property Value

Type: OnlineIEnumerable GenericObjectEntry 

Implements

IGenericObjectEntry Children
See Also