# C1.Win.Command.C1Command.CommandParameter

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Command_C1Command_CommandParameter_" data-uid="C1.Win.Command.C1Command.CommandParameter*">CommandParameter Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Command_C1Command_CommandParameter_" data-uid="C1.Win.Command.C1Command.CommandParameter*"></a>
<h4 id="C1_Win_Command_C1Command_CommandParameter" data-uid="C1.Win.Command.C1Command.CommandParameter">CommandParameter</h4>
<div class="markdown level1 summary"><p>Gets or sets the parameter to pass to the <a class="xref" href="C1.Win.Command.C1Command.Command.html#C1_Win_Command_C1Command_Command">Command</a> property.</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;C1Command.CommandParameter&quot;, &quot;Parameter to pass to the Command property.&quot;)]
public object CommandParameter { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Behavior&quot;)&gt;
&lt;C1Description(&quot;C1Command.CommandParameter&quot;, &quot;Parameter to pass to the Command property.&quot;)&gt;
Public Property CommandParameter As Object</code></pre>
</div>
</div>
