# DDCssLib.CSSDeclaration.SetValueImportant

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="DDCssLib_CSSDeclaration_SetValueImportant_" data-uid="DDCssLib.CSSDeclaration.SetValueImportant*">SetValueImportant Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="DDCssLib_CSSDeclaration_SetValueImportant_" data-uid="DDCssLib.CSSDeclaration.SetValueImportant*"></a>
<h4 id="DDCssLib_CSSDeclaration_SetValueImportant_DDCssLib_eCSSProperty_" data-uid="DDCssLib.CSSDeclaration.SetValueImportant(DDCssLib.eCSSProperty)">SetValueImportant(eCSSProperty)</h4>
<div class="markdown level1 summary"><p>Sets the value important.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void SetValueImportant(eCSSProperty aProperty)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="DDCssLib.eCSSProperty.html">eCSSProperty</a></td>
      <td><span class="parametername">aProperty</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
