 | RouteVisitPartialEntityRouteVisitJobs Property |
Gets or sets the route visit jobs.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Route
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<RouteVisitJobPartialEntity> RouteVisitJobs { get; set; }
Public Property RouteVisitJobs As IList(Of RouteVisitJobPartialEntity)
Get
Set
Property Value
Type:
IListRouteVisitJobPartialEntity
The route visit jobs.
See Also