Item Property

Summary
Gets or sets the connection element at the specified index.
Syntax
C#
VB
C++
public ConnectionElement Item( 
   int index 
) { get; set; } 
  
Public Overloads Property Item( _ 
   ByVal index As Integer _ 
) As ConnectionElement 
public: 
property ConnectionElement^ Item { 
   ConnectionElement^ get(int index); 
   void set (int indexConnectionElement^ ); 
} 

Parameters

index
The index of the connection element to be returned or set.

Property Value

A ConnectionElement at the specified index.

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.DataAccessLayer Assembly

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