JAMS 6.x Help
Submit.Type Enumeration


The type of object name passed to ISubmit.Load
Syntax
'Declaration
 
Public Enum Submit.Type 
   Inherits System.Enum
'Usage
 
Dim instance As Submit.Type
public enum Submit.Type : System.Enum 
Members
MemberDescription
JobFind a Job with this name.
JobIDFind a Job with this ID.
SetupFind a Setup with this name.
SetupIDFind a Setup with this ID.
UnknownUnknown, Load will search for a Setup and then a Job.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.Submit.Type

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