JAMS 6.x Help
NotifyJob Property (Folder)


A JAMS Job which should be submitted when notification is required.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Notification")>
<System.ComponentModel.DescriptionAttribute("The Job to be submitted when notification is required.")>
<CompareOptionsAttribute(True)>
<System.Xml.Serialization.XmlIgnoreAttribute()>
Public Property NotifyJob As Job
'Usage
 
Dim instance As Folder
Dim value As Job
 
instance.NotifyJob = value
 
value = instance.NotifyJob
[System.ComponentModel.Category("Notification")]
[System.ComponentModel.Description("The Job to be submitted when notification is required.")]
[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

Folder Class
Folder Members

Send Feedback