AccessControlRulesRole 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.
The properties of an Access Control Rule Role.
public class AccessControlRulesRole
type AccessControlRulesRole = class
Public Class AccessControlRulesRole
- Inheritance
-
AccessControlRulesRole
Constructors
| Name | Description |
|---|---|
| AccessControlRulesRole() |
Initializes a new instance of the AccessControlRulesRole class. |
| AccessControlRulesRole(String, IList<String>) |
Initializes a new instance of the AccessControlRulesRole class. |
Properties
| Name | Description |
|---|---|
| Name |
Gets or sets the name of the role. |
| Privileges |
Gets or sets a list of privileges needed by this role. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |