Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.28
|
Leadtools.Logging.Configuration Namespace > LoggerCollection Class > Item Property : Item(Int32) Property |
public new LoggerElement Item( int index ) {get; set;}
'Declaration Public Overloads Shadows Property Item( _ ByVal index As Integer _ ) As LoggerElement
'Usage Dim instance As LoggerCollection Dim index As Integer Dim value As LoggerElement instance.Item(index) = value value = instance.Item(index)
public: new property LoggerElement^ Item { LoggerElement^ get(int index); void set (int index, LoggerElement^ value); }