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