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