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