DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class / GetActiveLicenses Method
The key used to activate the concurrent license



In This Topic
    GetActiveLicenses Method
    In This Topic
    Method to obtain a list of active concurrent licenses
    Syntax
    'Declaration
     
    Public Shared Function GetActiveLicenses( _
       ByVal LicenseKey As String _
    ) As List(Of DicomLicense.RamLicenseInfo)
    'Usage
     
    Dim LicenseKey As String
    Dim value As List(Of DicomLicense.RamLicenseInfo)
     
    value = DicomLicense.GetActiveLicenses(LicenseKey)
    public static List<DicomLicense.RamLicenseInfo> GetActiveLicenses( 
       string LicenseKey
    )
    public:
    static List<DicomLicense.RamLicenseInfo^>^ GetActiveLicenses( 
       String^ LicenseKey
    ) 

    Parameters

    LicenseKey
    The key used to activate the concurrent license
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also