DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomLicence Class / InstalledLicences Property



In This Topic
    InstalledLicences Property
    In This Topic
    The list of currently available licences. This includes expired licences if any

    The property invokes internal update of available licences, minimize calls to this property to avoid delays

    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property InstalledLicences As IEnumerable(Of DicomLicence)
    'Usage
     
    
    Dim value As IEnumerable(Of DicomLicence)
     
    value = DicomLicence.InstalledLicences
    public static IEnumerable<DicomLicence> InstalledLicences {get;}
    public:
    static property IEnumerable<DicomLicence^>^ InstalledLicences {
       IEnumerable<DicomLicence^>^ get();
    }
    Remarks
    Licences are added to this list automatically by invoking ActivateOnLine or ActivateOffLine, and removed by invoking Deactivate
    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