# C1.Document.LabeledValue

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_LabeledValue" data-uid="C1.Document.LabeledValue" class="text-break">LabeledValue Class
</h1>
  <div class="markdown level0 summary"><p>Represents a value with a label. The label can be used in a UI.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">LabeledValue</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_LabeledValue_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LabeledValue</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LabeledValue</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_LabeledValue__ctor_C1_Document_Parameter_System_Object_System_String_" data-uid="C1.Document.LabeledValue.#ctor(C1.Document.Parameter,System.Object,System.String)">
          <a class="xref" href="C1.Document.LabeledValue.-ctor.html#C1_Document_LabeledValue__ctor_C1_Document_Parameter_System_Object_System_String_">LabeledValue(Parameter, object, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.LabeledValue.html">LabeledValue</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_LabeledValue__ctor_System_Object_System_String_" data-uid="C1.Document.LabeledValue.#ctor(System.Object,System.String)">
          <a class="xref" href="C1.Document.LabeledValue.-ctor.html#C1_Document_LabeledValue__ctor_System_Object_System_String_">LabeledValue(object, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.LabeledValue.html">LabeledValue</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_LabeledValue_Label" data-uid="C1.Document.LabeledValue.Label">
          <a class="xref" href="C1.Document.LabeledValue.Label.html#C1_Document_LabeledValue_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets label for the value to display in the UI.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_LabeledValue_Text" data-uid="C1.Document.LabeledValue.Text">
          <a class="xref" href="C1.Document.LabeledValue.Text.html#C1_Document_LabeledValue_Text">Text</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_LabeledValue_Value" data-uid="C1.Document.LabeledValue.Value">
          <a class="xref" href="C1.Document.LabeledValue.Value.html#C1_Document_LabeledValue_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets actual value represented by this <a class="xref" href="C1.Document.LabeledValue.html">LabeledValue</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
