'Declaration
<System.FlagsAttribute()> Public Enum ResourceRights Inherits System.Enum
'Usage
Dim instance As ResourceRights
[System.Flags()] public enum ResourceRights : System.Enum
'Declaration
<System.FlagsAttribute()> Public Enum ResourceRights Inherits System.Enum
'Usage
Dim instance As ResourceRights
[System.Flags()] public enum ResourceRights : System.Enum
Member | Description |
---|---|
Acquire | Can Acquire the Resource |
Change | Can modify the Resource |
Control | Can modify the Resources ACL |
Delete | Can delete the Resource |
Inquire | Can see the Resource |
Manage | Can manage the Resource |
None | No access. |
System.Object
System.ValueType
System.Enum
MVPSI.JAMS.ResourceRights
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