LoggerEntryCollection.Item Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

LoggerEntryCollection.Item Property

BR.AN.PviServices .NET


Gets a logger entry by its Unique ID

[Visual Basic]

<CLSCompliant(IsCompliant:=False)> _

Public Overloads ReadOnly Property Item( _

  ByVal index As UInt64 _

) As LoggerEntry

  Public Get

  End Get

End Property

[C#]

[CLSCompliant(IsCompliant=False)]

public LoggerEntry this[

  ulong index

] { public get; }

Parameters

index

The numeric indexer.

See Also

LoggerEntryCollection Class | BR.AN.PviServices Namespace | LoggerEntryCollection.Item Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]