Nodes Property

Summary
Accessor and setter to the list of sub-items this item has. The list can be empty.
Syntax
C#
VB
C++
Public Property Nodes As List(Of INodeItem) 
public List<INodeItem> Nodes { get; } 
public: 
property List<INodeItem^>^ Nodes { 
   List<INodeItem^>^ get(); 
   void set (    List<INodeItem^>^ ); 
} 

Property Value

Gets or sets the item's sub-items.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.