Item Property

Summary

Accessor by an index to the sub-items.

Syntax
C#
VB
C++
ReadOnly Default Property Item( _ 
   ByVal index As Integer _ 
) As IField 
public IField Item( 
   int index 
) { get; } 
property IField^ default [int] { 
   IField^ get(int index); 
} 

Parameters

index
Integer value

Property Value

Gets the sub-items at the specified index.

Requirements

Target Platforms

See Also

Reference

IField Interface

IField Members

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