Item Property

Summary

Gets or sets the ChannelElement at the specified index.

Syntax
C#
VB
C++
public ChannelElement Item( 
   int index 
) { get; set; } 
  
Public Property Item( _ 
   ByVal index As Integer _ 
) As ChannelElement 
public: 
property ChannelElement^ Item { 
   ChannelElement^ get(int index); 
   void set (int indexChannelElement^ ); 
} 

Parameters

index
The index of the LoggerElement to get.

Property Value

The ChannelElement 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.Logging Assembly

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