JAMS Developer Guide
BatchQueueRights Enumeration


MVPSI.JAMS Namespace : BatchQueueRights Enumeration
Identifies the bits that are valid in a batch queue's Security Descriptor.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum BatchQueueRights 
   Inherits System.Enum
'Usage
 
Dim instance As BatchQueueRights
[System.Flags()]
public enum BatchQueueRights : System.Enum 
Members
MemberDescription
ChangeCan modify the BatchQueue
ControlCan modify the ACL
DeleteCan delete the BatchQueue
InquireCan see the BatchQueue
ManageCan manage the Queue
NoneNo access.
SubmitCan set jobs to run on this BatchQueue
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.BatchQueueRights

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