Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ChartRuntimeLicense Class / LicenseKey Property


In This Topic
    LicenseKey Property (ChartRuntimeLicense)
    In This Topic
    Gets the license key.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property LicenseKey As String
    'Usage
     
    
    Dim instance As ChartRuntimeLicense
    Dim value As String
     
    value = instance.LicenseKey
    public override string LicenseKey {get;}
    See Also