Gets the VGLogEntry representing the log entry to write in repository.

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

Syntax

C#
public VGLogEntry Entry { get; }
Visual Basic
Public ReadOnly Property Entry As VGLogEntry
	Get

Property Value

Type: VGLogEntry

The VGLogEntry representing the log entry to write in repository.

See Also