'Declaration
<DynamicPropertyHelperAttribute()> Public Property Enabled As System.Boolean
'Usage
Dim instance As Element Dim value As System.Boolean instance.Enabled = value value = instance.Enabled
[DynamicPropertyHelper()] public System.bool Enabled {get; set;}