OlapMemberHasChildren 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 (24.3.0.1000)
Syntax public bool HasChildren { get; set; }
Public Property HasChildren As Boolean
Get
Set
public:
property bool HasChildren {
bool get ();
void set (bool value);
}
member HasChildren : bool with get, set
Property Value
Type:
Boolean if this instance has children; otherwise,
.
See Also