JAMS Developer Guide
ElementKind Enumeration


MVPSI.JAMS Namespace : ElementKind Enumeration
JAMS defines various kinds of elements.
Syntax
'Declaration
 
Public Enum ElementKind 
   Inherits System.Enum
'Usage
 
Dim instance As ElementKind
public enum ElementKind : System.Enum 
Members
MemberDescription
AgentAgent Element
AppMenuAppMenu Element
ConfigurationConfiguration Element
DocumentationDocumentation Element
EventHandlerEventHandler Element
MethodMethod Element
ParameterParameter Element
PlatformAn agent platform
PrerequisitePrerequisite Element
ResultResult Element
TaskTask Element
TaskComponentTask Component Element
TenantTenant Element
TriggerTrigger Element
UnknownUnknown Element
UserSettingUserSetting Element
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.ElementKind

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