JAMS Developer Guide
MethodOptions Enumeration


MVPSI.JAMS Namespace : MethodOptions Enumeration
Options for a submit method.
Syntax
'Declaration
 
<System.FlagsAttribute()>
<System.ObsoleteAttribute(Message="MethodOptions has been replaced by individual properties", IsError=True)>
Public Enum MethodOptions 
   Inherits System.Enum
'Usage
 
Dim instance As MethodOptions
[System.Flags()]
[System.Obsolete(Message="MethodOptions has been replaced by individual properties", IsError=true)]
public enum MethodOptions : System.Enum 
Members
MemberDescription
CommandA single command
InteractiveAllow the job to interact with the desktop
ParseProcedureParse the command or procedure
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.MethodOptions

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