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