Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CheckKey Method
See Also 
Dundas.Charting.WebControl Namespace > ChartLicenseProvider Class : CheckKey Method


key
type
Determines if the key retrieved by the GetLicense method is valid for the specified type.

Syntax

Visual Basic (Declaration)  
Public Function CheckKey( _
   ByVal key As String, _
   ByVal type As Type _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As ChartLicenseProvider
Dim key As String
Dim type As Type
Dim value As Boolean
 
value = instance.CheckKey(key, type)
C#  
public bool CheckKey( 
   string key,
   Type type
)

Parameters

key
type

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