JAMS 6.x Help
SetupRights Enumeration


Identifies the bits that are valid in a Setup's Security Descriptor.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum SetupRights 
   Inherits System.Enum
'Usage
 
Dim instance As SetupRights
[System.Flags()]
public enum SetupRights : System.Enum 
Members
MemberDescription
AbortCan abort the Setup
ChangeCan modify the Setup
ControlCan modify the ACL
DebugCan debug the Setup
DeleteCan delete the Setup
InquireCan see the Setup
ManageCan submit the Setup
MonitorCan monitor the Setup
NoneNo access.
SubmitCan submit the Setup
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.SetupRights

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

Send Feedback