Share via


HierarchyNode<T>.ChildNodes Property

Definition

Gets the child nodes.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::HierarchyNode<T> ^> ^ ChildNodes { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::HierarchyNode<T> ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.HierarchyNode<T>> ChildNodes { get; }
member this.ChildNodes : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.HierarchyNode<'T>>
Public ReadOnly Property ChildNodes As IList(Of HierarchyNode(Of T))

Property Value

Returns IList<T>.

The child nodes.

Applies to