Item Property

Summary

Gets or sets the element at the specified index.

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

Parameters

index
The zero-based index of the element to get or set.

Property Value

The Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity element at the specified index.

Requirements

Target Platforms

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

Leadtools.Medical.DataAccessLayer Assembly