# DDCssLib.CSSDeclaration.AppendUnknownValue

## Content

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



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



<a id="DDCssLib_CSSDeclaration_AppendUnknownValue_" data-uid="DDCssLib.CSSDeclaration.AppendUnknownValue*"></a>
<h4 id="DDCssLib_CSSDeclaration_AppendUnknownValue_System_String_System_String_" data-uid="DDCssLib.CSSDeclaration.AppendUnknownValue(System.String,System.String)">AppendUnknownValue(string, string)</h4>
<div class="markdown level1 summary"><p>Used to append unknown properties to this declaration.  The unknown name and value will be used only
when rebuilding the CSS string again.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AppendUnknownValue(string sPropertyName, string sPropertyValue)</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">sPropertyName</span></td>
      <td><p>The unchanged name of the CSS property parsed.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">sPropertyValue</span></td>
      <td><p>The unchanged value for the CSS property.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
