combit List & Label 29 - .NET Help
combit.Reporting Namespace / ListLabel Class / LicensingInfo Property


In This Topic
    LicensingInfo Property (ListLabel)
    In This Topic

    Enter your personal license information here.

    Be sure to set this property as soon as the List & Label object has been created so that the edition type used is known. Information about your personal license key can be found in the PersonalLicense.txt file.

    Important: Must be set before redistribution.

    Syntax
    'Declaration
     
    
    Public Property LicensingInfo As String
    public string LicensingInfo {get; set;}
    public:
    property String^ LicensingInfo {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also