JAMS Developer Guide
IncludeJobs Property


MVPSI.JAMS Namespace > MenuDetail Class : IncludeJobs Property
Gets or sets the IncludeJobs property. If true, Jobs which match the selection criteria will be included in the menu. If false, Jobs will not be included.
Syntax
'Declaration
 
Public Property IncludeJobs As System.Boolean
'Usage
 
Dim instance As MenuDetail
Dim value As System.Boolean
 
instance.IncludeJobs = value
 
value = instance.IncludeJobs
public System.bool IncludeJobs {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

MenuDetail Class
MenuDetail Members