LicenseSpring Management .Net SDK 1.9.0
Easily add Software Licensing to your application
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. More...
 
ulong Device [get, set]
 16 digit id of the device this variable belongs to. More...
 
uint ID [get, set]
 Id of the variable. More...
 
string Value [get, set]
 Value that was set for this device and license. More...
 
string Variable [get, set]
 Name of the variable. More...
 

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: