This property controls the Roles that are allowed to come to the page. Defaults to All Roles. Categories and Item pages apply their security from Web Manager.
Use the Asterisk (*) to allow all roles. Comma separate the roles if you have more than one.
Protected Overrides ReadOnly Property AllowedRolesList() As String
Get
Return "Default, Employee"
End Get
End Property