JAMS Developer Guide
SubmitOnHold Property (SubmitEntry)


MVPSI.JAMS.Activities Namespace > SubmitEntry Class : SubmitOnHold Property
If specified, the Entry will be submitted to the current schedule in a state of manual hold waiting to be released.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("If specified, the Entry will be submitted to the current schedule in a state of manual hold waiting to be released.")>
<System.ComponentModel.CategoryAttribute("Submit Constraints")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property SubmitOnHold As System.Boolean
'Usage
 
Dim instance As SubmitEntry
Dim value As System.Boolean
 
instance.SubmitOnHold = value
 
value = instance.SubmitOnHold
[System.ComponentModel.Description("If specified, the Entry will be submitted to the current schedule in a state of manual hold waiting to be released.")]
[System.ComponentModel.Category("Submit Constraints")]
[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

SubmitEntry Class
SubmitEntry Members