Item Property

Summary
Gets or sets the element at the specified index.
Syntax
C#
C++/CLI
public ICatalogEntity Item( 
   int index 
) { get; set; } 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

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