←Select platform

License Property

Summary

Gets or sets a value indicating the currently set ILicense for the PACS framework server.

Syntax
C#
C++/CLI
public ILicense License { get; set; } 
public:  
   property ILicense^ License 
   { 
      ILicense^ get() 
      void set(ILicense^ value) 
   } 

Property Value

A value indicating the currently set ILicense for the PACS framework server.

Remarks

The IAddInOptions2 interface extends the IAddInOptions to allow a Medical add-in access licensing information including:

  1. ILicense which contains features about an existing license for the PACS framework server.
  2. LicensePath which contains the full path to the license for the PACS framework server.

Newer Medical add-ins should implement the IAddInOptions2 interface.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.