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