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