Item Property

Summary
Gets or sets the element at the specified index.
Syntax
C#
VB
C++
public MatchingParameterList Item( 
   int index 
) { get; set; } 
  
Public Default Property Item( _ 
   ByVal index As Integer _ 
) As MatchingParameterList 
public: 
property MatchingParameterList^ default [int] { 
   MatchingParameterList^ get(int index); 
   void set (int indexMatchingParameterList^ ); 
} 

Parameters

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

Property Value

The MatchingParameterList element 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.