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


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

    Property Value

    String containing the name of the Web service method
    Example
    This example uses a Web service for an automatic completion cell.
    See Also