'Declaration
<DefaultValueAttribute(0)> <BindableAttribute(True)> Public Property Value As Integer
[DefaultValue(0)] [Bindable(true)] public int Value {get; set;}
'Declaration
<DefaultValueAttribute(0)> <BindableAttribute(True)> Public Property Value As Integer
[DefaultValue(0)] [Bindable(true)] public int Value {get; set;}