Gets the VGLogEntry at the specified index.

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

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