'Declaration Public Property DateCreated As ImGearXMPDate
'Usage Dim instance As ImGearPhotoshopXMPMetadata Dim value As ImGearXMPDate instance.DateCreated = value value = instance.DateCreated
public ImGearXMPDate DateCreated {get; set;}
public: __property ImGearXMPDate* get_DateCreated(); public: __property void set_DateCreated( ImGearXMPDate* value );
public: property ImGearXMPDate^ DateCreated { ImGearXMPDate^ get(); void set ( ImGearXMPDate^ value); }