'Declaration
<System.ComponentModel.DescriptionAttribute("Should this property be written to Entry Properties when the job is submitted?")> <System.ComponentModel.DefaultValueAttribute()> Public Property WriteToEntry As System.Boolean
'Usage
Dim instance As PropertyDefinition Dim value As System.Boolean instance.WriteToEntry = value value = instance.WriteToEntry
[System.ComponentModel.Description("Should this property be written to Entry Properties when the job is submitted?")] [System.ComponentModel.DefaultValue()] public System.bool WriteToEntry {get; set;}