Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / HttpHandlerImageRender Class / TransferId Property
Example


In This Topic
    TransferId Property
    In This Topic
    Gets or sets a key to access session or cache according to the value of ImageTransferStorage property.
    Syntax
    'Declaration
     
    
    Public Overridable Property TransferId As String
    'Usage
     
    
    Dim instance As HttpHandlerImageRender
    Dim value As String
     
    instance.TransferId = value
     
    value = instance.TransferId
    public virtual string TransferId {get; set;}
    Example
    This example uses the TransferId property.
    See Also