 | SiteOrderResultEntityJobsInProgress Property |
Gets or sets the jobs in progress.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Customer.OrdersSearch
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<SiteOrderJobResultEntity> JobsInProgress { get; set; }
Public Property JobsInProgress As IList(Of SiteOrderJobResultEntity)
Get
Set
Property Value
Type:
IListSiteOrderJobResultEntity
The jobs in progress.
See Also