Open this page in the API Guide

OlapMember.HasChildren Property

Gets or sets a value indicating whether this instance has children.

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public bool HasChildren { get; set; }

Property Value

Type: Boolean
true if this instance has children; otherwise, false.
See Also