JAMS Developer Guide
AgentRights Enumeration


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

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.AgentRights

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