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