Gets and sets the Css Class used for normal Log Entries

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

Syntax

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

Field Value

A String

See Also