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