'Declaration Public Property ShotDate As ImGearXMPDate
'Usage Dim instance As ImGearDynamicMediaXMPMetadata Dim value As ImGearXMPDate instance.ShotDate = value value = instance.ShotDate
public ImGearXMPDate ShotDate {get; set;}
public: __property ImGearXMPDate* get_ShotDate(); public: __property void set_ShotDate( ImGearXMPDate* value );
public: property ImGearXMPDate^ ShotDate { ImGearXMPDate^ get(); void set ( ImGearXMPDate^ value); }