Segments Property

Summary

Accessor and setter of SegmentStructures contained in this item's list.

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

Property Value

Gets or sets the segments structure

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