JAMS 6.x Help
MethodType Property


Gets or sets the Method Type, which specifies how this method executes jobs.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlAttributeAttribute("type")>
Public Property MethodType As ExecutionType
'Usage
 
Dim instance As Method
Dim value As ExecutionType
 
instance.MethodType = value
 
value = instance.MethodType
[System.Xml.Serialization.XmlAttribute("type")]
public ExecutionType MethodType {get; set;}
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

Method Class
Method Members