'Declaration Public Property ExposureProgram As ImGearXMPEnum(Of ImGearEXIFExposureProgram)
'Usage Dim instance As ImGearEXIFXMPMetadata Dim value As ImGearXMPEnum(Of ImGearEXIFExposureProgram) instance.ExposureProgram = value value = instance.ExposureProgram
public ImGearXMPEnum<ImGearEXIFExposureProgram> ExposureProgram {get; set;}
public: __property ImGearXMPEnum<ImGearEXIFExposureProgram>* get_ExposureProgram(); public: __property void set_ExposureProgram( ImGearXMPEnum<ImGearEXIFExposureProgram>* value );
public: property ImGearXMPEnum<ImGearEXIFExposureProgram>^ ExposureProgram { ImGearXMPEnum<ImGearEXIFExposureProgram>^ get(); void set ( ImGearXMPEnum<ImGearEXIFExposureProgram>^ value); }