ID of the device that the transaction came from.
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int DeviceId { get; set; }
Public Property DeviceId As Integer
Get
Set
public:
property int DeviceId {
int get ();
void set (int value);
}
member DeviceId : int with get, set
Property Value
Type:
Int32See Also