Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AutoCompleteCellType Class / ServicePath Property
Example


In This Topic
    ServicePath Property
    In This Topic
    Gets or sets the path to the Web service that provides the automatic completion.
    Syntax
    'Declaration
     
    
    Public Property ServicePath As String
    'Usage
     
    
    Dim instance As AutoCompleteCellType
    Dim value As String
     
    instance.ServicePath = value
     
    value = instance.ServicePath
    public string ServicePath {get; set;}

    Property Value

    String containing the name of the Web service path
    Remarks
    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.
    Example
    This example uses a Web service for an automatic completion cell.
    See Also