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