# DDCssLib.CSSDeclaration.GetValueIsImportant

## Content

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



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



<a id="DDCssLib_CSSDeclaration_GetValueIsImportant_" data-uid="DDCssLib.CSSDeclaration.GetValueIsImportant*"></a>
<h4 id="DDCssLib_CSSDeclaration_GetValueIsImportant_DDCssLib_eCSSProperty_System_Boolean__" data-uid="DDCssLib.CSSDeclaration.GetValueIsImportant(DDCssLib.eCSSProperty,System.Boolean@)">GetValueIsImportant(eCSSProperty, ref bool)</h4>
<div class="markdown level1 summary"><p>Determines if the specified property stored in this CSSDeclaration instance was marked with the !important declaration.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void GetValueIsImportant(eCSSProperty aProperty, ref bool bImportant)</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><p>The property to check for important.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">bImportant</span></td>
      <td><p>The boolean variable who's value will be True if the specified property is marked as important, or false if the specified property is not marked as important.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="DDCssLib_CSSDeclaration_GetValueIsImportant_" data-uid="DDCssLib.CSSDeclaration.GetValueIsImportant*"></a>
<h4 id="DDCssLib_CSSDeclaration_GetValueIsImportant_System_String_System_Boolean__" data-uid="DDCssLib.CSSDeclaration.GetValueIsImportant(System.String,System.Boolean@)">GetValueIsImportant(string, ref bool)</h4>
<div class="markdown level1 summary"><p>Determines if the specified property stored in this CSSDeclaration instance was marked with the !important declaration.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void GetValueIsImportant(string aProperty, ref bool aIsImportant)</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="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">aProperty</span></td>
      <td><p>The string name of the property to check for important.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">aIsImportant</span></td>
      <td><p>The boolean variable who's value will be True if the specified property is marked as important, or false if the specified property is not marked as important.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
