'Declaration
<System.FlagsAttribute()> Public Enum ElementOf Inherits System.Enum
'Usage
Dim instance As ElementOf
[System.Flags()] public enum ElementOf : System.Enum
'Declaration
<System.FlagsAttribute()> Public Enum ElementOf Inherits System.Enum
'Usage
Dim instance As ElementOf
[System.Flags()] public enum ElementOf : System.Enum
Member | Description |
---|---|
Agent | The element can be applied to Agents |
Any | Any ElementType |
AppMenu | The element can be applied to AppMenus |
Configuration | The element is a Configuration element |
Entry | The element can be applied to an Entry |
Folder | The element can be applied to folders |
FolderOrJob | The element can be applied to folders or jobs. This is the same as combining Folder and Job. |
Job | The element can be applied to jobs |
Method | The element can be applied to Methods |
Parameter | The element can be applied to Parameters |
Queue | The element can be applied to Queues |
Task | The element can be applied to Tasks |
Tenant | The element can be applied to Tenants |
Unknown | Unknown or undefined |
UserSetting | The element is a UserSetting element |
System.Object
System.ValueType
System.Enum
MVPSI.JAMS.ElementOf
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