Gets and sets the Css Class used for Log Entries that should be highlighted

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

Syntax

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

Field Value

A String

See Also