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