Nevron Open Vision Documentation
Nevron.Nov Namespace / NLicenseKey Structure / Dictionary Property


In This Topic
    Dictionary Property
    In This Topic
    Gets the license key dictionary in the form of description/value pairs
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Dictionary As System.Collections.Generic.Dictionary(Of Integer,Object)
    'Usage
     
    
    Dim instance As NLicenseKey
    Dim value As System.Collections.Generic.Dictionary(Of Integer,Object)
     
    value = instance.Dictionary
    public System.Collections.Generic.Dictionary<int,object> Dictionary {get;}
    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