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