'Declaration Public Property Exposure As ImGearXMPReal
'Usage Dim instance As ImGearCameraRawXMPMetadata Dim value As ImGearXMPReal instance.Exposure = value value = instance.Exposure
public ImGearXMPReal Exposure {get; set;}
public: __property ImGearXMPReal* get_Exposure(); public: __property void set_Exposure( ImGearXMPReal* value );
public: property ImGearXMPReal^ Exposure { ImGearXMPReal^ get(); void set ( ImGearXMPReal^ value); }