Nevron.Licensing Namespace / NLKI Class / ElevateLicenseScopesToLicensed Method


In This Topic
    ElevateLicenseScopesToLicensed Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub ElevateLicenseScopesToLicensed( _
       ByVal licenseManager As NLicenseManagerInternal, _
       ByVal editionType As ENEditionType, _
       ByVal licenseScopes() As ENLicenseScopeType _
    ) 
    'Usage
     
    
    Dim instance As NLKI
    Dim licenseManager As NLicenseManagerInternal
    Dim editionType As ENEditionType
    Dim licenseScopes() As ENLicenseScopeType
     
    instance.ElevateLicenseScopesToLicensed(licenseManager, editionType, licenseScopes)

    Parameters

    licenseManager
    editionType
    licenseScopes
    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