JAMS Developer Guide
ParameterOrigin Enumeration


MVPSI.JAMS Namespace : ParameterOrigin Enumeration
Identifies where a parameter originated.
Syntax
'Declaration
 
Public Enum ParameterOrigin 
   Inherits System.Enum
'Usage
 
Dim instance As ParameterOrigin
public enum ParameterOrigin : System.Enum 
Members
MemberDescription
FolderThe parameter is from a Folder definition
JobThe parameter is from the job definition
MethodThe parameter is from the execution method definition
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.ParameterOrigin

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