UserRights Class

Definition

Represents a group of users and the rights associated with them

public class UserRights
type UserRights = class
Public Class UserRights
Inheritance
UserRights

Constructors

UserRights(List<String>, List<String>)

UserRights constructor

Properties

Rights

The rights associated with a group of users

Users

The Users associated with a set of rights

Applies to