JAMS Developer Guide
AppRights Enumeration


MVPSI.JAMS Namespace : AppRights Enumeration
Identifies the bits that are valid in an AppSecurity Descriptor.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum AppRights 
   Inherits System.Enum
'Usage
 
Dim instance As AppRights
[System.Flags()]
public enum AppRights : System.Enum 
Members
MemberDescription
AbortMay abort jobs.
AddMay add objects.
ChangeMay change objects.
ControlMay edit object's access control lists.
DeleteMay Delete objects.
ExecuteMay execute objects.
InquireMay see objects.
ManageMay manage objects.
NoneNo access.
ResetMay reset objects.
SeeAllMay see all jobs.
SeeOwnMay see their own jobs.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.AppRights

Requirements

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

See Also

Reference

MVPSI.JAMS Namespace