# FarPoint.Web.Spread.Extender.AutoCompleteCellType.ContextKey

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_ContextKey_" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.ContextKey*">ContextKey Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_ContextKey_" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.ContextKey*"></a>
<h4 id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_ContextKey" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.ContextKey">ContextKey</h4>
<div class="markdown level1 summary"><p>Gets or sets the user- or page-specific context key for an optional
overload of the Web method described by the ServiceMethod and ServicePath.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string ContextKey { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ContextKey As String</code></pre>
</div>
<h5 id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_ContextKey_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property determines the user/page specific context provided
to an optional overload of the Web method described by the Service Method
and ServicePath. If the context key is used, it should have the same signature
with an additional parameter named contextKey of type string.</p>
</div>
</div>
