Gets and sets the Role Name
Namespace: DotNetNuke.Security.PermissionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[XmlElementAttribute("rolename")] public string RoleName { get; set; } |
Visual Basic |
---|
<XmlElementAttribute("rolename")> Public Property RoleName As String Get Set |