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