'Declaration Public Property DateAcquired As ImGearXMPDate
'Usage Dim instance As ImGearMicrosoftPhotoXMPMetadata Dim value As ImGearXMPDate instance.DateAcquired = value value = instance.DateAcquired
public ImGearXMPDate DateAcquired {get; set;}
public: __property ImGearXMPDate* get_DateAcquired(); public: __property void set_DateAcquired( ImGearXMPDate* value );
public: property ImGearXMPDate^ DateAcquired { ImGearXMPDate^ get(); void set ( ImGearXMPDate^ value); }