<< Click to Display Table of Contents >> Navigation: »No topics above this level« LoggerEntryCollection.Item Property |
Gets a logger entry by its ID
[Visual Basic]
<CLSCompliant(IsCompliant:=False)> _
Public Overloads ReadOnly Property Item( _
ByVal index As Integer _
) As LoggerEntry
Public Get
End Get
End Property
[C#]
[CLSCompliant(IsCompliant=False)]
public LoggerEntry this[
int index
] { public get; }
index
The numeric indexer.
LoggerEntryCollection Class | BR.AN.PviServices Namespace | LoggerEntryCollection.Item Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]