DeviceSettingsJson Property |
Settings and operator access codes for the POS device. The data is stored as Json, encrypted for the current application server instance. null means that there are no settings for this device.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Pos
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string SettingsJson { get; set; }
Public Property SettingsJson As String
Get
Set
public:
property String^ SettingsJson {
String^ get ();
void set (String^ value);
}
member SettingsJson : string with get, set
Property Value
Type:
String
See Also