Click or drag to resize

VGLogEntryCollectionItem Property

Gets the VGLogEntry at the specified index.

Namespace:  Novalys.VisualGuard.Security.Logging
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGLogEntry this[
	int index
] { get; }

Parameters

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

Return Value

Type: VGLogEntry
A VGLogEntry object with the specified index.
See Also