'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;}