'Declaration Public Property ErrorCorrectionLevel As QRCodeErrorCorrectionLevel
'Usage Dim instance As WriterQRCode Dim value As QRCodeErrorCorrectionLevel instance.ErrorCorrectionLevel = value value = instance.ErrorCorrectionLevel
public QRCodeErrorCorrectionLevel ErrorCorrectionLevel {get; set;}
public: __property QRCodeErrorCorrectionLevel get_ErrorCorrectionLevel(); public: __property void set_ErrorCorrectionLevel( QRCodeErrorCorrectionLevel value );
public: property QRCodeErrorCorrectionLevel ErrorCorrectionLevel { QRCodeErrorCorrectionLevel get(); void set ( QRCodeErrorCorrectionLevel value); }