 | DeviceWorkStatusSearchPartialEntityJobIdList Property |
Gets or sets the job identifier.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Vehicle
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<int> JobIdList { get; set; }
Public Property JobIdList As List(Of Integer)
Get
Set
Property Value
Type:
ListInt32
The job identifier.
See Also