OldBooleanValue returns the Boolean representation of the OldValue

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected bool OldBooleanValue { get; }
Visual Basic
Protected ReadOnly Property OldBooleanValue As Boolean
	Get

Field Value

A Boolean representing the OldValue

See Also