List of Errors

Namespace: DotNetNuke.Services.Upgrade.Internals.Steps
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public IList<string> Errors { get; set; }
Visual Basic
Public Property Errors As IList(Of String)
	Get
	Set

Implements

IInstallationStep..::..Errors

See Also