JAMS Developer Guide
ElementOf Enumeration


MVPSI.JAMS Namespace : ElementOf Enumeration
Identifys the various objects that an element can be a part of. For example, an ElementKind.Prerequisite is an ElementOf.FolderOrJob (a prerequisite is an element of a folder or a job).
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum ElementOf 
   Inherits System.Enum
'Usage
 
Dim instance As ElementOf
[System.Flags()]
public enum ElementOf : System.Enum 
Members
MemberDescription
AgentThe element can be applied to Agents
AnyAny ElementType
AppMenuThe element can be applied to AppMenus
ConfigurationThe element is a Configuration element
EntryThe element can be applied to an Entry
FolderThe element can be applied to folders
FolderOrJobThe element can be applied to folders or jobs. This is the same as combining Folder and Job.
JobThe element can be applied to jobs
MethodThe element can be applied to Methods
ParameterThe element can be applied to Parameters
QueueThe element can be applied to Queues
TaskThe element can be applied to Tasks
TenantThe element can be applied to Tenants
UnknownUnknown or undefined
UserSettingThe element is a UserSetting element
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.ElementOf

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