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