'Declaration <CategoryAttribute("Data")> <DescriptionAttribute("Date and time when the comment was created.")> Public MustOverride Property CreationDate As System.DateTime
[Category("Data")] [Description("Date and time when the comment was created.")] public abstract System.DateTime CreationDate { get; set; }
[Category("Data")] [Description("Date and time when the comment was created.")] public: __property abstract System.DateTime get_CreationDate(); public: __property abstract void set_CreationDate(
System.DateTime value
);
[Category("Data")] [Description("Date and time when the comment was created.")] public:
abstract property System.DateTime CreationDate { System.DateTime get(); void set(System.DateTime value); }