'Declaration <CategoryAttribute("Data")> <DescriptionAttribute("The date and time when the annotation was most recently modified.")> Public MustOverride Property ModifyDate As System.DateTime
[Category("Data")] [Description("The date and time when the annotation was most recently modified.")] public abstract System.DateTime ModifyDate { get; set; }
[Category("Data")] [Description("The date and time when the annotation was most recently modified.")] public: __property abstract System.DateTime get_ModifyDate(); public: __property abstract void set_ModifyDate(
System.DateTime value
);
[Category("Data")] [Description("The date and time when the annotation was most recently modified.")] public:
abstract property System.DateTime ModifyDate { System.DateTime get(); void set(System.DateTime value); }