# C1.PivotEngine.PivotField.Key

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_PivotEngine_PivotField_Key_" data-uid="C1.PivotEngine.PivotField.Key*">Key Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_PivotEngine_PivotField_Key_" data-uid="C1.PivotEngine.PivotField.Key*"></a>
<h4 id="C1_PivotEngine_PivotField_Key" data-uid="C1.PivotEngine.PivotField.Key">Key</h4>
<div class="markdown level1 summary"><p>Gets a key that uniquely identifies the field in a collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string Key { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Key As String</code></pre>
</div>
<h5 id="C1_PivotEngine_PivotField_Key_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This poroperty is equal to <a class="xref" href="C1.PivotEngine.PivotField.Name.html#C1_PivotEngine_PivotField_Name">Name</a> unless there is more than one field with the same <a class="xref" href="C1.PivotEngine.PivotField.Name.html#C1_PivotEngine_PivotField_Name">Name</a>, in which case
this property can have a number added in the end to ensure uniqueness.</p>
</div>
</div>
