OldIntegerValue returns the Integer representation of the OldValue

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

Syntax

C#
protected int OldIntegerValue { get; }
Visual Basic
Protected ReadOnly Property OldIntegerValue As Integer
	Get

Field Value

An integer representing the OldValue

See Also