'Declaration
<System.ComponentModel.CategoryAttribute("Configuration")> <System.ComponentModel.DescriptionAttribute("When true, the activity will not fail after a sql error.")> Public Property ContinueOnError As System.Boolean
'Usage
Dim instance As OracleSqlPlusScript Dim value As System.Boolean instance.ContinueOnError = value value = instance.ContinueOnError
[System.ComponentModel.Category("Configuration")] [System.ComponentModel.Description("When true, the activity will not fail after a sql error.")] public System.bool ContinueOnError {get; set;}