'Declaration <DescriptionAttribute("The comment name.")> <CategoryAttribute("Data")> Public MustOverride Property Name As System.String
[Description("The comment name.")] [Category("Data")] public abstract System.String Name { get; set; }
[Description("The comment name.")] [Category("Data")] public: __property abstract System.String get_Name(); public: __property abstract void set_Name(
System.String value
);
[Description("The comment name.")] [Category("Data")] public:
abstract property System.String Name { System.String get(); void set(System.String value); }