[]
Gets or sets the path to the Web service that provides the automatic completion.
[TypeConverter(typeof(ServicePathConverter))]
public string ServicePath { get; set; }
<TypeConverter(GetType(ServicePathConverter))>
Public Property ServicePath As String
This property determines the path to the Web service from which the extender
pulls the word or sentence completions. If this is not provided, the
service method should be a page method.