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


In This Topic
    SlideShowServicePath Property
    In This Topic
    Gets or sets the path to the Web service from which the extender pulls the images for the slide show cell.
    Syntax
    'Declaration
     
    
    Public Property SlideShowServicePath As String
    'Usage
     
    
    Dim instance As SlideShowCellType
    Dim value As String
     
    instance.SlideShowServicePath = value
     
    value = instance.SlideShowServicePath
    public string SlideShowServicePath {get; set;}

    Property Value

    String containing the path to the Web service
    See Also