Gets and sets aflag that indicates whether the user or role has permission

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

Syntax

C#
[XmlElementAttribute("allowaccess")]
public bool AllowAccess { get; set; }
Visual Basic
<XmlElementAttribute("allowaccess")> 
Public Property AllowAccess As Boolean
	Get
	Set

Return Value

A Boolean

See Also