UserPrivilege Enum
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.
Caution
Deprecated in HPC Pack 2012 with Service Pack 1 (SP1). Use the UserRoles enumeration instead.
Indicates to which group the user belongs.
[System.Obsolete("Deprecated in HPC Pack 2012 with Service Pack 1 (SP1). Use the UserRoles enumeration instead.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("FC865149-5068-4561-AB00-9BF8CEE7EC40")]
public enum UserPrivilege
type UserPrivilege =
Public Enum UserPrivilege
- Inheritance
-
UserPrivilege
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| AccessDenied | 0 | The user has no access privileges (the user does not belong to the Administrators group or Users group). This enumeration member represents a value of 0. |
| User | 1 | The user belongs to the Users group on the head node. This enumeration member represents a value of 1. |
| Admin | 2 | The user belongs to the Administrators group on the head node. This enumeration member represents a value of 2. |
| JobOperator | 4 | |
| JobAdministrator | 8 |