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