Gets the VGLogEntry at the specified index.

Namespace: Novalys.VisualGuard.Security.Logging
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public VGLogEntry this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	index As Integer
) As VGLogEntry
	Get

Parameters

index
Type: System..::..Int32
The index of the VGLogEntry to retrieve from the collection.

Return Value

Type: VGLogEntry
A VGLogEntry object with the specified index.

See Also