DeviceElectronicAddress Property |
The absolute address (Internet or other) which can be used for electronic communication with the device. The address should contain communication protocol/type, colon, space, then the actual address. Addresses, which are local to a specific computer, should also include the computer name. For example: "COM: PC_WORK1:COM1", "HTTP: https://<addr>", etc. [Filter(multi eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Pos
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ElectronicAddress { get; set; }
Public Property ElectronicAddress As String
Get
Set
public:
virtual property String^ ElectronicAddress {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ElectronicAddress : string with get, set
override ElectronicAddress : string with get, set
Property Value
Type:
StringImplements
IPosDeviceElectronicAddress
See Also