LicenseSpring Management .Net SDK 1.9.0
Easily add Software Licensing to your application
LicenseSpring.DeviceLicense Class Reference

Class that holds information about a license for a certain device. More...

Inheritance diagram for LicenseSpring.DeviceLicense:
LicenseSpring.IDeviceLicense

Public Member Functions

 DeviceLicense ()
 CustomerLabel default constructor
 

Properties

ulong ID [get, set]
 Id of the license. More...
 
string LicenseKey [get, set]
 License Key of the license (if Key based) More...
 
LicenseUser[] LicenseUsers [get, set]
 Users of the license (if user based) More...
 
- Properties inherited from LicenseSpring.IDeviceLicense
ulong ID [get, set]
 Id of the license. More...
 
string LicenseKey [get, set]
 License Key of the license (if Key based) More...
 
LicenseUser[] LicenseUsers [get, set]
 Users of the license (if user based) More...
 

Detailed Description

Class that holds information about a license for a certain device.

Property Documentation

◆ ID

ulong LicenseSpring.DeviceLicense.ID
getset

Id of the license.

Implements LicenseSpring.IDeviceLicense.

◆ LicenseKey

string LicenseSpring.DeviceLicense.LicenseKey
getset

License Key of the license (if Key based)

Implements LicenseSpring.IDeviceLicense.

◆ LicenseUsers

LicenseUser [] LicenseSpring.DeviceLicense.LicenseUsers
getset

Users of the license (if user based)

Implements LicenseSpring.IDeviceLicense.


The documentation for this class was generated from the following file: