Nevron .NET Vision
Nevron 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 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