Spread for ASP.NET 12 Product Documentation
ServicePath Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > AutoCompleteCellType Class : ServicePath Property
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;}
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.
See Also

Reference

AutoCompleteCellType Class
AutoCompleteCellType Members