'Declaration <DescriptionAttribute("The type of the comment.")> <CategoryAttribute("Appearance")> Public MustOverride Property Type As System.String
[Description("The type of the comment.")] [Category("Appearance")] public abstract System.String Type { get; set; }
[Description("The type of the comment.")] [Category("Appearance")] public: __property abstract System.String get_Type(); public: __property abstract void set_Type(
System.String value
);
[Description("The type of the comment.")] [Category("Appearance")] public:
abstract property System.String Type { System.String get(); void set(System.String value); }