'Declaration
<System.ComponentModel.DescriptionAttribute("When true, the activity waits for the job to complete.")> <System.ComponentModel.CategoryAttribute("JAMS")> <System.ComponentModel.DefaultValueAttribute()> Public Property Wait As System.Boolean
'Usage
Dim instance As SubmitEntry Dim value As System.Boolean instance.Wait = value value = instance.Wait
[System.ComponentModel.Description("When true, the activity waits for the job to complete.")] [System.ComponentModel.Category("JAMS")] [System.ComponentModel.DefaultValue()] public System.bool Wait {get; set;}