Gets and sets the Css Class used for Error Log Entries

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

Syntax

C#
public string ErrorClass { get; set; }
Visual Basic
Public Property ErrorClass As String
	Get
	Set

Field Value

A String

See Also