'Declaration
<System.ComponentModel.DefaultValueAttribute()> Public Property Started As System.Boolean
'Usage
Dim instance As BatchQueue Dim value As System.Boolean instance.Started = value value = instance.Started
[System.ComponentModel.DefaultValue()] public System.bool Started {get; set;}