JAMS Developer Guide
VariableRights Enumeration


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

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.VariableRights

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