DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class / CurrentLicense Property



In This Topic
    CurrentLicense Property
    In This Topic
    The DicomLicense current in use
    Syntax
    'Declaration
     
    Public Shared Property CurrentLicense As DicomLicense
    'Usage
     
    Dim value As DicomLicense
     
    DicomLicense.CurrentLicense = value
     
    value = DicomLicense.CurrentLicense
    public static DicomLicense CurrentLicense {get; set;}
    public:
    static property DicomLicense^ CurrentLicense {
       DicomLicense^ get();
       void set (    DicomLicense^ value);
    }
    Remarks

    Only one license can be in use at any time, and this property allows the developer to choose which of those available (from the InstalledLicenses should be used, or to tell which is currently in use.

    If no license has specifically been selected, then DicomObject will use the GetLicense method to obtain one when this method is first called or when a license is first required.

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also