'Declaration Public Property CreateDate As ImGearXMPDate
'Usage Dim instance As ImGearBasicXMPMetadata Dim value As ImGearXMPDate instance.CreateDate = value value = instance.CreateDate
public ImGearXMPDate CreateDate {get; set;}
public: __property ImGearXMPDate* get_CreateDate(); public: __property void set_CreateDate( ImGearXMPDate* value );
public: property ImGearXMPDate^ CreateDate { ImGearXMPDate^ get(); void set ( ImGearXMPDate^ value); }