Click or drag to resize

RoutePartialEntityRouteVisits Property

Gets or sets the route visits.

Namespace:  AMCS.Elemos.IntegrationService.Entity.Route
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<RouteVisitPartialEntity> RouteVisits { get; set; }

Property Value

Type: ListRouteVisitPartialEntity
The route visits.
See Also