←Select platform

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

Leadtools.Medical.HL7 Assembly