JAMS 6.x Help
AutoSubmit Property (Setup)


Gets or sets the AutoSubmit property. If set to true, this Setup will be automatically submitted based upon it's ScheduleDate and ExceptForDate values.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Schedule")>
<System.ComponentModel.DescriptionAttribute("Must be set to true to enable automatic scheduling of this setup")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property AutoSubmit As System.Boolean
'Usage
 
Dim instance As Setup
Dim value As System.Boolean
 
instance.AutoSubmit = value
 
value = instance.AutoSubmit
[System.ComponentModel.Category("Schedule")]
[System.ComponentModel.Description("Must be set to true to enable automatic scheduling of this setup")]
[System.ComponentModel.DefaultValue()]
public System.bool AutoSubmit {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