'Declaration
<System.FlagsAttribute()> Public Enum AppRights Inherits System.Enum
'Usage
Dim instance As AppRights
[System.Flags()] public enum AppRights : System.Enum
'Declaration
<System.FlagsAttribute()> Public Enum AppRights Inherits System.Enum
'Usage
Dim instance As AppRights
[System.Flags()] public enum AppRights : System.Enum
Member | Description |
---|---|
Abort | May abort jobs. |
Add | May add objects. |
Change | May change objects. |
Control | May edit object's access control lists. |
Delete | May Delete objects. |
Execute | May execute objects. |
Inquire | May see objects. |
Manage | May manage objects. |
None | No access. |
Reset | May reset objects. |
SeeAll | May see all jobs. |
SeeOwn | May see their own jobs. |
System.Object
System.ValueType
System.Enum
MVPSI.JAMS.AppRights
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2