JAMS Developer Guide
ReferenceType Enumeration


MVPSI.JAMS Namespace : ReferenceType Enumeration
Type of reference to a JAMS object.
Syntax
'Declaration
 
Public Enum ReferenceType 
   Inherits System.Enum
'Usage
 
Dim instance As ReferenceType
public enum ReferenceType : System.Enum 
Members
MemberDescription
AgentReferenced by an Agent.
FolderReferenced by a Folder.
JobReferenced by a Job.
MenuReferenced by a Menu.
MethodReferenced by a Method.
QueueReferenced by a Queue.
ResourceReferenced by a Resource.
UnknownUnknown reference type.
VariableReferenced by a Variable.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.ReferenceType

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