'Declaration Public Property GPSDestLatitude As ImGearXMPString
'Usage Dim instance As ImGearEXIFXMPMetadata Dim value As ImGearXMPString instance.GPSDestLatitude = value value = instance.GPSDestLatitude
public ImGearXMPString GPSDestLatitude {get; set;}
public: __property ImGearXMPString* get_GPSDestLatitude(); public: __property void set_GPSDestLatitude( ImGearXMPString* value );
public: property ImGearXMPString^ GPSDestLatitude { ImGearXMPString^ get(); void set ( ImGearXMPString^ value); }