←Select platform

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 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly