# FarPoint.Web.Spread.Extender.AutoCompleteCellType.ServicePath

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_ServicePath_" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.ServicePath*">ServicePath Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_ServicePath_" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.ServicePath*"></a>
<h4 id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_ServicePath" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.ServicePath">ServicePath</h4>
<div class="markdown level1 summary"><p>Gets or sets the path to the Web service that provides the automatic completion.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ServicePathConverter))]
public string ServicePath { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ServicePathConverter))&gt;
Public Property ServicePath As String</code></pre>
</div>
<h5 id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_ServicePath_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property determines the path to the Web service from which the extender<br>
pulls the word or sentence completions. If this is not provided, the
service method should be a page method.</p>
</div>
</div>
