JAMS Developer Guide
ResourceRights Enumeration


MVPSI.JAMS Namespace : ResourceRights Enumeration
Identifies the bits that are valid in a Resource's Security Descriptor.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum ResourceRights 
   Inherits System.Enum
'Usage
 
Dim instance As ResourceRights
[System.Flags()]
public enum ResourceRights : System.Enum 
Members
MemberDescription
AcquireCan Acquire the Resource
ChangeCan modify the Resource
ControlCan modify the Resources ACL
DeleteCan delete the Resource
InquireCan see the Resource
ManageCan manage the Resource
NoneNo access.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.ResourceRights

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