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