Gets and sets the ModuleAction for this Action control

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

Syntax

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

Return Value

A ModuleAction object

See Also