Gets or sets the errors.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public ArrayList Errors { get; set; }
Visual Basic
Public Property Errors As ArrayList
	Get
	Set

Field Value

The errors.

See Also