Nevron Open Vision Documentation
Nevron.Nov Namespace / NLicense Class / AppendLicense Method


In This Topic
    AppendLicense Method
    In This Topic
    Appends the license to this license
    Syntax
    'Declaration
     
    
    Public Sub AppendLicense( _
       ByVal license As NLicense _
    ) 
    'Usage
     
    
    Dim instance As NLicense
    Dim license As NLicense
     
    instance.AppendLicense(license)
    public void AppendLicense( 
       NLicense license
    )

    Parameters

    license
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also