Gets and sets aflag that indicates whether the user or role has permission
Namespace: DotNetNuke.Security.PermissionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
[XmlElementAttribute("allowaccess")] public bool AllowAccess { get; set; } |
| Visual Basic |
|---|
<XmlElementAttribute("allowaccess")> Public Property AllowAccess As Boolean Get Set |