Share via


IDataElement.HasChildren Property

Definition

Gets a value that indicates if this data element has children. If the IDataElement has children, true is returned. The fields of an object are represented as children and the elements of an array are represented as children.

public:
 property bool HasChildren { bool get(); };
public:
 property bool HasChildren { bool get(); };
public bool HasChildren { get; }
member this.HasChildren : bool
Public ReadOnly Property HasChildren As Boolean

Property Value

Applies to