Scheduler.GetUserPrivilege Method

Definition

Caution

Deprecated in HPC Pack 2012 with Service Pack 1 (SP1). Use the GetUserRoles() method.

Gets the privilege level of the user.

[System.Obsolete("Deprecated in HPC Pack 2012 with Service Pack 1 (SP1).  Use the GetUserRoles() method.")]
public Microsoft.Hpc.Scheduler.Properties.UserPrivilege GetUserPrivilege ();
abstract member GetUserPrivilege : unit -> Microsoft.Hpc.Scheduler.Properties.UserPrivilege
override this.GetUserPrivilege : unit -> Microsoft.Hpc.Scheduler.Properties.UserPrivilege
Public Function GetUserPrivilege () As UserPrivilege

Returns

An UserPrivilege enumeration value that specifies the privilege level of the user. For example, if the user is running as an administrator or a normal user.

Implements

Attributes

Applies to