JAMS 6.x Help
NotifyJob Property (Job)


Gets or sets the JAMS Job which should be submitted when notification is performed.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Notification")>
<System.ComponentModel.DescriptionAttribute("Specifies a job that will be submitted to perform notification for this job")>
<CompareOptionsAttribute(True)>
<System.Xml.Serialization.XmlIgnoreAttribute()>
Public Property NotifyJob As Job
'Usage
 
Dim instance As Job
Dim value As Job
 
instance.NotifyJob = value
 
value = instance.NotifyJob
[System.ComponentModel.Category("Notification")]
[System.ComponentModel.Description("Specifies a job that will be submitted to perform notification for this job")]
[CompareOptions(true)]
[System.Xml.Serialization.XmlIgnore()]
public Job NotifyJob {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

Job Class
Job Members