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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly