Item Property

Summary

Gets the OtherPatientIDsRow at the specified index.

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

Parameters

index
The zero-based index of the row to return.

Property Value

The specified OtherPatientIDsRow

Requirements

Target Platforms

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

Leadtools.Medical.Worklist.DataAccessLayer Assembly