Components Property

Summary
Accessor and setter for the List of underlying components.
Syntax
C#
VB
C++
Public Property Components As List(Of ComponentStructure) 
public List<ComponentStructure> Components { get; } 
public: 
property List<ComponentStructure^>^ Components { 
   List<ComponentStructure^>^ get(); 
   void set (    List<ComponentStructure^>^ ); 
} 

Property Value

Gets or sets the list of components.

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.