Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / SlideShowCellType Class / SlideShowServiceMethod Property
Example


In This Topic
    SlideShowServiceMethod Property
    In This Topic
    Gets or sets the Web service method that is called to supply images for the slide show cell.
    Syntax
    'Declaration
     
    
    Public Property SlideShowServiceMethod As String
    'Usage
     
    
    Dim instance As SlideShowCellType
    Dim value As String
     
    instance.SlideShowServiceMethod = value
     
    value = instance.SlideShowServiceMethod
    public string SlideShowServiceMethod {get; set;}

    Property Value

    String containing the name of the Web service method
    Example
    This example creates a slide show cell type.
    See Also