JAMS 6.x Help
SubmitOnHold Property (Setup)


Gets or sets the SubmitOnHold property. When submitted, should this setup be placed on hold until manually released?
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Execution")>
<System.ComponentModel.DescriptionAttribute("If set to true, the setup will be scheduled with a 'manual hold' and must be manually released before it will start.")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property SubmitOnHold As System.Boolean
'Usage
 
Dim instance As Setup
Dim value As System.Boolean
 
instance.SubmitOnHold = value
 
value = instance.SubmitOnHold
[System.ComponentModel.Category("Execution")]
[System.ComponentModel.Description("If set to true, the setup will be scheduled with a 'manual hold' and must be manually released before it will start.")]
[System.ComponentModel.DefaultValue()]
public System.bool SubmitOnHold {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