ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / LicenseManager Class / Key Field






In This Topic
    Key Field (LicenseManager)
    In This Topic
    The run time license key.
    Syntax
    'Declaration
     
    
    Public Shared Key As System.String
    'Usage
     
    
    Dim value As System.String
     
    value = LicenseManager.Key
     
    LicenseManager.Key = value
    public static System.string Key
    public field Key: System.String; static; 
    public static var Key : System.String;
    public: static System.string* Key
    public:
    static System.String^ Key
    See Also