'Declaration<DynamicPropertyHelperAttribute()> Public Property BatchQueue As BatchQueue
'UsageDim instance As Folder Dim value As BatchQueue instance.BatchQueue = value value = instance.BatchQueue
[DynamicPropertyHelper()] public BatchQueue BatchQueue {get; set;}