Gets and sets the Control Type

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public SecurityAccessLevel ControlType { get; set; }
Visual Basic
Public Property ControlType As SecurityAccessLevel
	Get
	Set

Return Value

A SecurityAccessLevel

See Also