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