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