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