Gets and Sets whether the Module inherits the Page's(Tab's) permissions

Namespace: DotNetNuke.Security.Permissions.Controls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool InheritViewPermissionsFromTab { get; set; }
Visual Basic
Public Property InheritViewPermissionsFromTab As Boolean
	Get
	Set

See Also