LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring.IDeviceVariable Interface Reference

DeviceVariable interface. More...

Inheritance diagram for LicenseSpring.IDeviceVariable:
LicenseSpring.DeviceVariable

Properties

System.DateTime CreatedAt [get, set]
 Time when the variable was created.
 
ulong Device [get, set]
 16 digit id of the device this variable belongs to.
 
uint ID [get, set]
 Id of the variable.
 
string Value [get, set]
 Value that was set for this device and license.
 
string Variable [get, set]
 Name of the variable.
 

Detailed Description

DeviceVariable interface.

Property Documentation

◆ CreatedAt

System.DateTime LicenseSpring.IDeviceVariable.CreatedAt
getset

Time when the variable was created.

Implemented in LicenseSpring.DeviceVariable.

◆ Device

ulong LicenseSpring.IDeviceVariable.Device
getset

16 digit id of the device this variable belongs to.

Implemented in LicenseSpring.DeviceVariable.

◆ ID

uint LicenseSpring.IDeviceVariable.ID
getset

Id of the variable.

Implemented in LicenseSpring.DeviceVariable.

◆ Value

string LicenseSpring.IDeviceVariable.Value
getset

Value that was set for this device and license.

Implemented in LicenseSpring.DeviceVariable.

◆ Variable

string LicenseSpring.IDeviceVariable.Variable
getset

Name of the variable.

Implemented in LicenseSpring.DeviceVariable.


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