'Declaration Public Property GPSSpeed As ImGearXMPRational
'Usage Dim instance As ImGearEXIFXMPMetadata Dim value As ImGearXMPRational instance.GPSSpeed = value value = instance.GPSSpeed
public ImGearXMPRational GPSSpeed {get; set;}
public: __property ImGearXMPRational* get_GPSSpeed(); public: __property void set_GPSSpeed( ImGearXMPRational* value );
public: property ImGearXMPRational^ GPSSpeed { ImGearXMPRational^ get(); void set ( ImGearXMPRational^ value); }