JAMS 6.x Help
NotifyJob Property (Setup)


Gets or sets a JAMS Job which should be submitted when notification is required.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Notification")>
<System.ComponentModel.DescriptionAttribute("Specifies a job that will be submitted to perform notification for this setup")>
<CompareOptionsAttribute(True)>
<System.Xml.Serialization.XmlIgnoreAttribute()>
Public Property NotifyJob As Job
'Usage
 
Dim instance As Setup
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 setup")]
[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

Setup Class
Setup Members