'Declaration
<DescriptionAttribute("Specifies if the annotation can be commented in design time")> Public Property CanComment As Boolean
[Description("Specifies if the annotation can be commented in design time")] public bool CanComment {get; set;}
public read-write property CanComment: Boolean;
DescriptionAttribute("Specifies if the annotation can be commented in design time") public function get,set CanComment : boolean