'Declaration Public ReadOnly Property RowsAndColumnsCreated As QRCodeSizes
'Usage Dim instance As WriterQRCode Dim value As QRCodeSizes value = instance.RowsAndColumnsCreated
public QRCodeSizes RowsAndColumnsCreated {get;}
public: __property QRCodeSizes get_RowsAndColumnsCreated();
public: property QRCodeSizes RowsAndColumnsCreated { QRCodeSizes get(); }