JAMS Developer Guide
VariableAccess Enumeration


MVPSI.JAMS Namespace : VariableAccess Enumeration
Specifies access control bits for Variable objects.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum VariableAccess 
   Inherits System.Enum
'Usage
 
Dim instance As VariableAccess
[System.Flags()]
public enum VariableAccess : 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.VariableAccess

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