BooleanValue returns the Boolean representation of the Value

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

Syntax

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

Field Value

A Boolean representing the Value

See Also