Item Property

Summary
Gets the sub-items at the specified index.
Syntax
C#
VB
C++
Public ReadOnly Default Property Item( _ 
   ByVal index As Integer _ 
) As IField 
public IField Item( 
   int index 
) { get; } 
public: 
property IField^ default [int] { 
   IField^ get(int index); 
} 

Parameters

index
Integer value

Property Value

Accessor to the sub-items by index.

Requirements

Target Platforms

See Also

Reference

Field Class

Field Members

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.