List of Roles/Groups for the User

Namespace: DotNetNuke.Entities.Users.Social
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlAttributeAttribute]
public IList<UserRoleInfo> Roles { get; }
Visual Basic
<XmlAttributeAttribute> 
Public ReadOnly Property Roles As IList(Of UserRoleInfo)
	Get

See Also