UserRights Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |