Gets or sets the value indicating the SecurityAccessLevel that is required to access this ModuleAction.

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

Syntax

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

Field Value

The value indicating the SecurityAccessLevel that is required to access this ModuleAction

Remarks

The security access level determines the roles required by the current user in order to access this module action.

See Also