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


In This Topic
    ContextKey Property (SlideShowCellType)
    In This Topic
    Gets or sets the user- or page-specific context key for the slide show cell.
    Syntax
    'Declaration
     
    
    Public Property ContextKey As String
    'Usage
     
    
    Dim instance As SlideShowCellType
    Dim value As String
     
    instance.ContextKey = value
     
    value = instance.ContextKey
    public string ContextKey {get; set;}

    Property Value

    String containing the context key
    See Also