The actual name of the Administrators group of the portal. This name is retrieved from the RoleController object

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlElementAttribute("administratorrolename")]
public string AdministratorRoleName { get; set; }
Visual Basic
<XmlElementAttribute("administratorrolename")> 
Public Property AdministratorRoleName As String
	Get
	Set

Field Value

The name of the Administrators group

Return Value

The name of the Administrators group

Remarks