Click or drag to resize

DeviceSettingsSettings Property

Device settings list. The device has the ability to define the set and behavior of its settings. Setting uniquely identified by name.

Namespace:  Resto.Front.Api.Data.Device.Settings
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public List<DeviceSetting> Settings { get; set; }

Property Value

Type: ListDeviceSetting
See Also