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