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