Description

Whether this McDBNode is a hierarchy (non-attribute) node.

Property type

A Boolean value.  

Syntax

object.IsContainer

The IsContainer Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDBNode.

Remarks

This property is True when this McDBNode is part of the database hierarchy of McDBNode instances (i.e. it has a Parent and may have Children). Since attribute McDBNode instances are generally not part of this hierarchy, this property will be False for these nodes.