SubComponents Property

Summary

Gets the underlying list of text components.

Syntax
C#
VB
C++
Public Property SubComponents As List(Of String) 
public List<string> SubComponents { get; } 
public: 
property List<String^>^ SubComponents { 
   List<String^>^ get(); 
   void set (    List<String^>^ ); 
} 

Property Value

The underlying list of text 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