Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSoftwareSecureLicenseProvider Class / GetLicense Method
License context
Type
Instance
Whether to allow exceptions


In This Topic
    GetLicense Method (SpreadSoftwareSecureLicenseProvider)
    In This Topic
    Gets the licence.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetLicense( _
       ByVal context As LicenseContext, _
       ByVal type As Type, _
       ByVal instance As Object, _
       ByVal allowExceptions As Boolean _
    ) As License
    'Usage
     
    
    Dim instance As SpreadSoftwareSecureLicenseProvider
    Dim context As LicenseContext
    Dim type As Type
    Dim instance As Object
    Dim allowExceptions As Boolean
    Dim value As License
     
    value = instance.GetLicense(context, type, instance, allowExceptions)

    Parameters

    context
    License context
    type
    Type
    instance
    Instance
    allowExceptions
    Whether to allow exceptions
    See Also