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