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