'Declaration
<DefaultValueAttribute(100)> Public Property MaxPoints As Integer
[DefaultValue(100)] public int MaxPoints {get; set;}
'Declaration
<DefaultValueAttribute(100)> Public Property MaxPoints As Integer
[DefaultValue(100)] public int MaxPoints {get; set;}