DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLicense Class / InstalledLicenses Property






In This Topic
    InstalledLicenses Property
    In This Topic
    The list of currently available licenses
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property InstalledLicenses As DicomLicense()
    'Usage
     
    
    Dim value() As DicomLicense
     
    value = DicomLicense.InstalledLicenses
    public static DicomLicense[] InstalledLicenses {get;}
    public read-only property InstalledLicenses: array of DicomLicense; static; 
    public static function get InstalledLicenses : DicomLicense[]
    public: __property static DicomLicense*[]* get_InstalledLicenses();
    public:
    static property array<DicomLicense^>^ InstalledLicenses {
       array<DicomLicense^>^ get();
    }
    Remarks
    Licenses are added to this list automatically by invoking ActivateOnLine or ActivateOffLine, and removed by invoking Delete
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also