'Declaration<DynamicPropertyHelperAttribute()> Public Property KeepLogs As System.Boolean
'UsageDim instance As Job Dim value As System.Boolean instance.KeepLogs = value value = instance.KeepLogs
[DynamicPropertyHelper()] public System.bool KeepLogs {get; set;}