Item Property

Summary
Gets or sets the field at the given index.
Syntax
C#
VB
C++
Public Default Property Item( _ 
   ByVal index As Integer _ 
) As IField 
public IField Item( 
   int index 
) { get; set; } 
public: 
property IField^ default [int] { 
   IField^ get(int index); 
   void set (int index, IField^ ); 
} 

Parameters

index
Integer value

Property Value

The underlying field

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.