# C1.Document.Parameter.AllowBlank

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Document_Parameter_AllowBlank_" data-uid="C1.Document.Parameter.AllowBlank*">AllowBlank Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Document_Parameter_AllowBlank_" data-uid="C1.Document.Parameter.AllowBlank*"></a>
<h4 id="C1_Document_Parameter_AllowBlank" data-uid="C1.Document.Parameter.AllowBlank">AllowBlank</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the value of this parameter can be an empty string.
Ignored unless <a class="xref" href="C1.Document.Parameter.DataType.html#C1_Document_Parameter_DataType">DataType</a> is <b>String</b>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Behavior&quot;)]
[C1Description(&quot;Parameter.AllowBlank&quot;, &quot;Indicates whether the parameter can be an empty string. Used only if the DataType of the parameter is String.&quot;)]
public bool AllowBlank { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Behavior&quot;)&gt;
&lt;C1Description(&quot;Parameter.AllowBlank&quot;, &quot;Indicates whether the parameter can be an empty string. Used only if the DataType of the parameter is String.&quot;)&gt;
Public Property AllowBlank As Boolean</code></pre>
</div>
</div>
