Leadtools.Logging.Configuration Namespace > ChannelCollection Class > Item Property : Item(Int32) Property |
public new ChannelElement Item( int index ) {get; set;}
'Declaration Public Overloads Shadows Property Item( _ ByVal index As Integer _ ) As ChannelElement
'Usage Dim instance As ChannelCollection Dim index As Integer Dim value As ChannelElement instance.Item(index) = value value = instance.Item(index)
public: new property ChannelElement^ Item { ChannelElement^ get(int index); void set (int index, ChannelElement^ value); }