Click or drag to resize
Role Class
Application identity role.
Inheritance Hierarchy
SystemObject
  Kentico.MembershipRole

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 12.0.0
Syntax
C#
public class Role : IRole<int>

The Role type exposes the following members.

Constructors
  NameDescription
Public methodRole
Creates empty role.
Public methodRole(RoleInfo)
Creates a new instance of Role based on RoleInfo.
Top
Properties
  NameDescription
Public propertyDisplayName
Role display name.
Public propertyId
Role ID.
Public propertyName
Role name.
Top
See Also