LEADTOOLS (Leadtools.Logging assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Item(Int32) Property
See Also 
Leadtools.Logging.Configuration Namespace > ChannelCollection Class > Item Property : Item(Int32) Property



index
The index of the LoggerElement to get.
Gets or sets the ChannelElement at the specified index.

Syntax

Visual Basic (Declaration) 
Overloads Public Shadows Property Item( _
   ByVal index As Integer _
) As ChannelElement
Visual Basic (Usage)Copy Code
Dim instance As ChannelCollection
Dim index As Integer
Dim value As ChannelElement
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public new ChannelElement Item( 
   int index
) {get; set;}
C++/CLI 
public:
new property ChannelElement^ Item {
   ChannelElement^ get(int index);
   void set (int indexChannelElement^ value);
}

Parameters

index
The index of the LoggerElement to get.

Property Value

The ChannelElement at the specified index.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Logging requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features