JAMS Developer Guide
ExecutionType Property


MVPSI.JAMS.Host Namespace > Entry Class : ExecutionType Property
The execution type of the entry.
Syntax
'Declaration
 
Public Property ExecutionType As ExecutionType
'Usage
 
Dim instance As Entry
Dim value As ExecutionType
 
instance.ExecutionType = value
 
value = instance.ExecutionType
public ExecutionType ExecutionType {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

Entry Class
Entry Members