# C1.Web.Mvc.QrCode.Version

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_QrCode_Version_" data-uid="C1.Web.Mvc.QrCode.Version*">Version Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_QrCode_Version_" data-uid="C1.Web.Mvc.QrCode.Version*"></a>
<h4 id="C1_Web_Mvc_QrCode_Version" data-uid="C1.Web.Mvc.QrCode.Version">Version</h4>
<div class="markdown level1 summary"><p>Gets or sets the different module configuration of the control. The versions of QRCode range from version 1 to version 40. Each version has a different module configuration or number of modules. (The module refers to the black and white dots that make up QRCode.)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Json(1)]
public virtual int Version { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Json(1)&gt;
Public Overridable Property Version As Integer</code></pre>
</div>
</div>
