The actual name of the Administrators group of the portal.
This name is retrieved from the RoleController object
Namespace: DotNetNuke.Entities.PortalsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[XmlElementAttribute("administratorrolename")] public string AdministratorRoleName { get; set; } |
Visual Basic |
---|
<XmlElementAttribute("administratorrolename")> Public Property AdministratorRoleName As String Get Set |