JAMS Developer Guide
TriggerJob Property


MVPSI.JAMS Namespace > JobCompletionTrigger Class : TriggerJob Property
Gets or sets the trigger job
Syntax
'Declaration
 
Public Property TriggerJob As Job
'Usage
 
Dim instance As JobCompletionTrigger
Dim value As Job
 
instance.TriggerJob = value
 
value = instance.TriggerJob
public Job TriggerJob {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

JobCompletionTrigger Class
JobCompletionTrigger Members