Gets a List of Log Entries

Namespace: DotNetNuke.Services.Installer.Log
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public IList<LogEntry> Logs { get; }
Visual Basic
Public ReadOnly Property Logs As IList(Of LogEntry)
	Get

Field Value

A List of LogEntrys

See Also