Dundas.SharePoint.Charting.WebParts Send comments on this topic.
SessionKey Property
See Also 
Dundas.Charting.WebControl Namespace > ChartCallbackManager Class : SessionKey Property


Gets or sets the session key - the string which is used as key for session variable to save chart state into session.

Syntax

Visual Basic (Declaration)  
Public Property SessionKey As String
Visual Basic (Usage) Copy Code
Dim instance As ChartCallbackManager
Dim value As String
 
instance.SessionKey = value
 
value = instance.SessionKey
C#  
public string SessionKey {get; set;}

Return Value

The session key.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also