Nevron .NET Vision
Nevron Namespace / NLicenseManager Class / GenerateEvaluationLicense Method


In This Topic
    GenerateEvaluationLicense Method
    In This Topic
    Returns a new evaluation and optionally saves it to the registry
    Syntax
    'Declaration
     
    
    Public Function GenerateEvaluationLicense( _
       ByVal productGroup As ENProductGroup, _
       ByVal saveInRegistry As System.Boolean _
    ) As System.String
    'Usage
     
    
    Dim instance As NLicenseManager
    Dim productGroup As ENProductGroup
    Dim saveInRegistry As System.Boolean
    Dim value As System.String
     
    value = instance.GenerateEvaluationLicense(productGroup, saveInRegistry)
    public System.string GenerateEvaluationLicense( 
       ENProductGroup productGroup,
       System.bool saveInRegistry
    )

    Parameters

    productGroup
    saveInRegistry
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also