JAMS Developer Guide
ObjectAccessType Enumeration


MVPSI.JAMS Namespace : ObjectAccessType Enumeration
Specifies the type of ObjectAccess an object uses.
Syntax
'Declaration
 
Public Enum ObjectAccessType 
   Inherits System.Enum
'Usage
 
Dim instance As ObjectAccessType
public enum ObjectAccessType : System.Enum 
Members
MemberDescription
AgentAccessUses the AgentAccess bits.
FolderAccessUses the FolderAccess bits.
JobAccessUses the JobAccess bits.
ObjectAccessUses the generic ObjectAccess bits.
QueueAccessUses the QueueAccess bits.
ResourceAccessUses the ResourceAccess bits.
UserAccessUses the UserAccess bits.
VariableAccessUses the VariableAccess bits.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.ObjectAccessType

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